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

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

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