|
TR-mbed 1.0
|
Functions | |
| template<typename T > | |
| Eigen::internal::enable_if<(T::Flags &RowMajorBit)==RowMajorBit, typenameT::RowXpr >::type | innervec (T &A, Index i) |
| template<typename T > | |
| Eigen::internal::enable_if<(T::Flags &RowMajorBit)==0, typenameT::ColXpr >::type | innervec (T &A, Index i) |
| template<typename SparseMatrixType > | |
| void | sparse_block (const SparseMatrixType &ref) |
| EIGEN_DECLARE_TEST (sparse_block) | |
| EIGEN_DECLARE_TEST | ( | sparse_block | ) |
| Eigen::internal::enable_if<(T::Flags &RowMajorBit)==RowMajorBit, typenameT::RowXpr >::type innervec | ( | T & | A, |
| Index | i | ||
| ) |
| Eigen::internal::enable_if<(T::Flags &RowMajorBit)==0, typenameT::ColXpr >::type innervec | ( | T & | A, |
| Index | i | ||
| ) |
| void sparse_block | ( | const SparseMatrixType & | ref | ) |