MIRA
Namespaces | Functions
CholeskyInverse.h File Reference

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

#include <platform/Platform.h>
#include <Eigen/Eigen>
Include dependency graph for CholeskyInverse.h:

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...
 

Detailed Description

Computes inverse of matrix using cholesky decomposition.

Author
Erik Einhorn, Christian Reuther
Date
2012/12/30