|
| template<typename T> |
| void | llt_compute (Eigen::LLT< T > &out, T const &mat) |
| |
| template<typename T> |
| void | ldlt_compute (Eigen::LDLT< T > &out, T const &mat) |
| |
| | LDLT_EXPLICIT_TPL_DECL (2, llt_compute< Mat< f32, colmajor > >) |
| |
| | LDLT_EXPLICIT_TPL_DECL (2, ldlt_compute< Mat< f32, colmajor > >) |
| |
| | LDLT_EXPLICIT_TPL_DECL (2, llt_compute< Mat< f32, rowmajor > >) |
| |
| | LDLT_EXPLICIT_TPL_DECL (2, ldlt_compute< Mat< f32, rowmajor > >) |
| |
| | LDLT_EXPLICIT_TPL_DECL (2, llt_compute< Mat< f64, colmajor > >) |
| |
| | LDLT_EXPLICIT_TPL_DECL (2, ldlt_compute< Mat< f64, colmajor > >) |
| |
| | LDLT_EXPLICIT_TPL_DECL (2, llt_compute< Mat< f64, rowmajor > >) |
| |
| | LDLT_EXPLICIT_TPL_DECL (2, ldlt_compute< Mat< f64, rowmajor > >) |
| |