|
MIRA
|
Computes inverse of matrix using cholesky decomposition. More...

Go to the source code of this file.
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
| template<typename Derived > | |
| Eigen::MatrixBase< Derived >::PlainObject | choleskyInverse (const Eigen::MatrixBase< Derived > &m) |
| Returns the inverse of m. More... | |
Computes inverse of matrix using cholesky decomposition.
1.8.14