OGS
MathLib::LisMatrix Member List

This is the complete list of members for MathLib::LisMatrix, including all inherited members.

AA_MathLib::LisMatrixprivate
add(IndexType rowId, IndexType colId, double v)MathLib::LisMatrix
add(std::vector< IndexType > const &row_pos, const T_DENSE_MATRIX &sub_matrix, double fkt=1.0)MathLib::LisMatrixinline
add(RowColumnIndices< IndexType > const &indices, const T_DENSE_MATRIX &sub_matrix, double fkt=1.0)MathLib::LisMatrixinline
add(std::vector< IndexType > const &row_pos, std::vector< IndexType > const &col_pos, const T_DENSE_MATRIX &sub_matrix, double fkt=1.0)MathLib::LisMatrix
diag_MathLib::LisMatrixprivate
finalizeMatrixAssemblyMathLib::LisMatrixfriend
getMatrixType() constMathLib::LisMatrixinline
getNumberOfColumns() constMathLib::LisMatrixinline
getNumberOfRows() constMathLib::LisMatrixinline
getRangeBegin() constMathLib::LisMatrixinline
getRangeEnd() constMathLib::LisMatrixinline
getRawMatrix()MathLib::LisMatrixinline
ie_MathLib::LisMatrixprivate
IndexType typedefMathLib::LisMatrix
is_MathLib::LisMatrixprivate
is_assembled_MathLib::LisMatrixprivate
isAssembled() constMathLib::LisMatrixinline
LisMatrix(std::size_t n_rows, MatrixType mat_type=MatrixType::CRS)MathLib::LisMatrix
LisMatrix(std::size_t n_rows, int nonzero, IndexType *row_ptr, IndexType *col_idx, double *data)MathLib::LisMatrix
mat_type_MathLib::LisMatrixprivate
MatrixType enum nameMathLib::LisMatrix
n_rows_MathLib::LisMatrixprivate
SetMatrixSparsityMathLib::LisMatrixfriend
setValue(IndexType rowId, IndexType colId, double v)MathLib::LisMatrix
setZero()MathLib::LisMatrix
use_external_arrays_MathLib::LisMatrixprivate
write(const std::string &filename) constMathLib::LisMatrix
~LisMatrix()MathLib::LisMatrixvirtual