![]() |
WPILibC++ 2025.3.2
|
Creates a double matrix with the Cholesky lower triangular matrix of A. More...
Public Attributes | |
| int | is_spd |
| matd_t * | u |
Creates a double matrix with the Cholesky lower triangular matrix of A.
A must be symmetric, positive definite. It is the caller's responsibility to call matd_destroy() on the returned matrix.
| int matd_chol_t::is_spd |
| matd_t* matd_chol_t::u |