|
numerics 0.1.0
|
Declared mathematical properties for stored matrices. More...
Go to the source code of this file.
Classes | |
| class | num::linalg::SymmetricMatrix< Mat > |
| class | num::linalg::SPDMatrix< Mat > |
Namespaces | |
| namespace | num |
| namespace | num::linalg |
Functions | |
| bool | num::linalg::is_symmetric (const Matrix &A, real tol=1e-12) |
| bool | num::linalg::is_spd (const Matrix &A, real tol=1e-12) |
| SymmetricMatrix< Matrix > | num::linalg::assume_symmetric (Matrix A) |
| SPDMatrix< Matrix > | num::linalg::assume_spd (Matrix A) |
| SymmetricMatrix< Matrix > | num::linalg::make_symmetric (Matrix A, real tol=1e-12) |
| SPDMatrix< Matrix > | num::linalg::make_spd (Matrix A, real tol=1e-12) |
Declared mathematical properties for stored matrices.
Definition in file matrix_properties.hpp.