RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh::SparseMatrix< T, heavy > Member List

This is the complete list of members for RINGMesh::SparseMatrix< T, heavy >, including all inherited members.

build_matrix(index_t ni, index_t nj)RINGMesh::SparseMatrixImpl< T, index_t >inline
exist(index_t i, index_t j) constRINGMesh::SparseMatrixImpl< T, index_t >inline
get_column_in_line(index_t i, index_t e) constRINGMesh::SparseMatrixImpl< T, index_t >inline
get_element(index_t i, index_t j) constRINGMesh::SparseMatrix< T, heavy >inline
get_element_in_line(index_t i, index_t e) constRINGMesh::SparseMatrix< T, heavy >inline
get_index_in_line(index_t i, index_t j) constRINGMesh::SparseMatrixImpl< T, index_t >inline
get_nb_elements_in_line(index_t i) constRINGMesh::SparseMatrixImpl< T, index_t >inline
get_value_id(index_t i, index_t j)RINGMesh::SparseMatrix< T, heavy >inlineprivate
is_symmetrical() constRINGMesh::SparseMatrixImpl< T, index_t >inline
is_symmetrical_RINGMesh::SparseMatrixImpl< T, index_t >protected
ni() constRINGMesh::SparseMatrixImpl< T, index_t >inline
ni_RINGMesh::SparseMatrixImpl< T, index_t >protected
nj() constRINGMesh::SparseMatrixImpl< T, index_t >inline
nj_RINGMesh::SparseMatrixImpl< T, index_t >protected
Row typedefRINGMesh::SparseMatrixImpl< T, index_t >
rows_RINGMesh::SparseMatrixImpl< T, index_t >protected
set_element(index_t i, index_t j, const T &value)RINGMesh::SparseMatrix< T, heavy >inline
SparseMatrix(bool is_symetrical=false)RINGMesh::SparseMatrix< T, heavy >inlineexplicit
SparseMatrixImpl(bool is_symmetrical=false)RINGMesh::SparseMatrixImpl< T, index_t >inlineexplicit
thisclass typedefRINGMesh::SparseMatrix< T, heavy >
values_RINGMesh::SparseMatrix< T, heavy >private
~SparseMatrixImpl()=defaultRINGMesh::SparseMatrixImpl< T, index_t >