Template Numerical Library version\ main:be918e6f
|
Symmetric matrix type. More...
#include <TNL/Matrices/MatrixType.h>
Additional Inherited Members | |
![]() | |
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.