Template Numerical Library version\ main:1437bf49
Loading...
Searching...
No Matches
List of all members
TNL::Matrices::SymmetricMatrix Struct Reference

Symmetric matrix type. More...

#include <TNL/Matrices/MatrixType.h>

Inheritance diagram for TNL::Matrices::SymmetricMatrix:
Inheritance graph
[legend]
Collaboration diagram for TNL::Matrices::SymmetricMatrix:
Collaboration graph
[legend]

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: