|
TR-mbed 1.0
|
Functions | |
| template<typename MatrixType > | |
| void | inverse_for_fixed_size (const MatrixType &, typename internal::enable_if< MatrixType::SizeAtCompileTime==Dynamic >::type *=0) |
| template<typename MatrixType > | |
| void | inverse_for_fixed_size (const MatrixType &m1, typename internal::enable_if< MatrixType::SizeAtCompileTime!=Dynamic >::type *=0) |
| template<typename MatrixType > | |
| void | inverse (const MatrixType &m) |
| template<typename Scalar > | |
| void | inverse_zerosized () |
| EIGEN_DECLARE_TEST (inverse) | |
| EIGEN_DECLARE_TEST | ( | inverse | ) |
| void inverse | ( | const MatrixType & | m | ) |
| void inverse_for_fixed_size | ( | const MatrixType & | , |
| typename internal::enable_if< MatrixType::SizeAtCompileTime==Dynamic >::type * | = 0 |
||
| ) |
| void inverse_for_fixed_size | ( | const MatrixType & | m1, |
| typename internal::enable_if< MatrixType::SizeAtCompileTime!=Dynamic >::type * | = 0 |
||
| ) |
| void inverse_zerosized | ( | ) |