Template Numerical Library version\ main:52827a2
Loading...
Searching...
No Matches
TNL::Matrices::SymmetricMatrix Struct Reference

Symmetric matrix type. More...

#include <TNL/Matrices/MatrixType.h>

Inheritance diagram for TNL::Matrices::SymmetricMatrix:
Collaboration diagram for TNL::Matrices::SymmetricMatrix:

Additional Inherited Members

- Static Public Member Functions inherited from TNL::Matrices::MatrixType< true >
static std::string getSerializationType ()
 
static constexpr bool isSymmetric ()
 

Detailed Description

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.


The documentation for this struct was generated from the following file: