Skip to content

Struct muda::TripletMatrixViewerBase::CTriplet

ClassList > muda > TripletMatrixViewerBase > CTriplet

Public Attributes

Type Name
int block_col_index
int block_row_index
const BlockMatrix & block_value

Public Functions

Type Name
MUDA_GENERIC CTriplet (int row_index, int col_index, const BlockMatrix & block)

Public Attributes Documentation

variable block_col_index

int muda::TripletMatrixViewerBase< IsConst, T, N >::CTriplet::block_col_index;

variable block_row_index

int muda::TripletMatrixViewerBase< IsConst, T, N >::CTriplet::block_row_index;

variable block_value

const BlockMatrix& muda::TripletMatrixViewerBase< IsConst, T, N >::CTriplet::block_value;

Public Functions Documentation

function CTriplet

inline MUDA_GENERIC muda::TripletMatrixViewerBase::CTriplet::CTriplet (
    int row_index,
    int col_index,
    const BlockMatrix & block
) 


The documentation for this class was generated from the following file src/muda/ext/linear_system/triplet_matrix_viewer.h