Template Numerical Library version\ main:df396df
|
Symmetric matrix type. More...
#include <TNL/Matrices/MatrixType.h>
Additional Inherited Members | |
Static Public Member Functions inherited from TNL::Matrices::MatrixType< true > | |
static std::string | getSerializationType () |
static constexpr bool | isSymmetric () |
Symmetric matrix type.
Symmetric matrix stores only lower part of the matrix and its diagonal. The upper part is reconstructed on the fly. It is used for specification of SparseMatrix type.