|
numerics 0.1.0
|
#include <matrix_properties.hpp>
Public Types | |
| using | symmetric_matrix_tag = void |
| using | spd_matrix_tag = void |
Public Member Functions | |
| SPDMatrix (Mat A) | |
| const Mat & | base () const noexcept |
| idx | rows () const noexcept |
| idx | cols () const noexcept |
Definition at line 71 of file matrix_properties.hpp.
| using num::linalg::SPDMatrix< Mat >::spd_matrix_tag = void |
Definition at line 74 of file matrix_properties.hpp.
| using num::linalg::SPDMatrix< Mat >::symmetric_matrix_tag = void |
Definition at line 73 of file matrix_properties.hpp.
|
inlineexplicit |
Definition at line 76 of file matrix_properties.hpp.
|
inlinenoexcept |
Definition at line 79 of file matrix_properties.hpp.
Referenced by num::cg(), and num::cholesky().
|
inlinenoexcept |
Definition at line 81 of file matrix_properties.hpp.
|
inlinenoexcept |
Definition at line 80 of file matrix_properties.hpp.