Go to the source code of this file.
Functions | |
EIGEN_DECLARE_TEST (sparse_block) | |
template<typename T > | |
Eigen::internal::enable_if<(T::Flags &RowMajorBit)==RowMajorBit, typename T::RowXpr >::type | innervec (T &A, Index i) |
template<typename T > | |
Eigen::internal::enable_if<(T::Flags &RowMajorBit)==0, typename T::ColXpr >::type | innervec (T &A, Index i) |
template<typename SparseMatrixType > | |
void | sparse_block (const SparseMatrixType &ref) |
EIGEN_DECLARE_TEST | ( | sparse_block | ) |
Definition at line 293 of file sparse_block.cpp.
Eigen::internal::enable_if<(T::Flags&RowMajorBit)==RowMajorBit, typename T::RowXpr>::type innervec | ( | T & | A, |
Index | i | ||
) |
Definition at line 15 of file sparse_block.cpp.
Eigen::internal::enable_if<(T::Flags&RowMajorBit)==0, typename T::ColXpr>::type innervec | ( | T & | A, |
Index | i | ||
) |
Definition at line 22 of file sparse_block.cpp.
void sparse_block | ( | const SparseMatrixType & | ref | ) |
Definition at line 27 of file sparse_block.cpp.