OGS
|
This is the complete list of members for MathLib::LisMatrix, including all inherited members.
AA_ | MathLib::LisMatrix | private |
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::LisMatrix | inline |
add(RowColumnIndices< IndexType > const &indices, const T_DENSE_MATRIX &sub_matrix, double fkt=1.0) | MathLib::LisMatrix | inline |
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::LisMatrix | private |
finalizeMatrixAssembly(LisMatrix &mat) | MathLib::LisMatrix | friend |
getMatrixType() const | MathLib::LisMatrix | inline |
getNumberOfColumns() const | MathLib::LisMatrix | inline |
getNumberOfRows() const | MathLib::LisMatrix | inline |
getRangeBegin() const | MathLib::LisMatrix | inline |
getRangeEnd() const | MathLib::LisMatrix | inline |
getRawMatrix() | MathLib::LisMatrix | inline |
ie_ | MathLib::LisMatrix | private |
IndexType typedef | MathLib::LisMatrix | |
is_ | MathLib::LisMatrix | private |
is_assembled_ | MathLib::LisMatrix | private |
isAssembled() const | MathLib::LisMatrix | inline |
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::LisMatrix | private |
MatrixType enum name | MathLib::LisMatrix | |
n_rows_ | MathLib::LisMatrix | private |
SetMatrixSparsity | MathLib::LisMatrix | friend |
setValue(IndexType rowId, IndexType colId, double v) | MathLib::LisMatrix | |
setZero() | MathLib::LisMatrix | |
use_external_arrays_ | MathLib::LisMatrix | private |
write(const std::string &filename) const | MathLib::LisMatrix | |
~LisMatrix() | MathLib::LisMatrix | virtual |