Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Member Functions | |
Lower_triangular_matrix< T > | cholesky () const |
Cholesky decomposition. More... | |
![]() | |
Lower_triangular_matrix_ldlt< T > | cholesky_indefinite () const |
Vector< T > | eigen_values (T eps, int nsweeps) const |
Compute eigen values. More... | |
![]() | |
Matrix (base_type rhs) | |
bool | is_square () const |
bool | is_symmetric () const |
bool | is_symmetric (T eps) const |
bool | is_positive_definite () const |
bool | is_toeplitz () const |
bool | is_toeplitz (T eps) const |
Square_matrix< T > | inverse () const |
Square_matrix< T > & | inverse_self () |
Matrix< T > | transpose () const |
void | transpose_self () |
Definition at line 206 of file linear_algebra.hh.
auto vtb::linalg::Positive_definite_matrix< T >::cholesky | ( | ) | const |
Cholesky decomposition.
Definition at line 241 of file linear_algebra.cc.