#include "sparse.h"
Go to the source code of this file.
Functions | |
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) |
void | test_sparse_block () |
Eigen::internal::enable_if<(T::Flags&RowMajorBit)==RowMajorBit, typename T::RowXpr>::type innervec | ( | T & | A, |
Index | i | ||
) |
Definition at line 14 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 21 of file sparse_block.cpp.
void sparse_block | ( | const SparseMatrixType & | ref | ) |
Definition at line 26 of file sparse_block.cpp.
void test_sparse_block | ( | ) |
Definition at line 291 of file sparse_block.cpp.