#include <SparseBlock.h>
Classes | |
class | InnerIterator |
class | ReverseInnerIterator |
Public Types | |
enum | { IsRowMajor = internal::traits<SparseInnerVectorSet>::IsRowMajor } |
Public Member Functions | |
EIGEN_STRONG_INLINE Index | cols () const |
EIGEN_STRONG_INLINE Index | rows () const |
SparseInnerVectorSet (const MatrixType &matrix, Index outerStart, Index outerSize) | |
SparseInnerVectorSet (const MatrixType &matrix, Index outer) | |
Protected Attributes | |
const MatrixType::Nested | m_matrix |
const internal::variable_if_dynamic < Index, Size > | m_outerSize |
Index | m_outerStart |
Definition at line 36 of file SparseBlock.h.
anonymous enum |
Definition at line 41 of file SparseBlock.h.
Eigen::SparseInnerVectorSet< MatrixType, Size >::SparseInnerVectorSet | ( | const MatrixType & | matrix, |
Index | outerStart, | ||
Index | outerSize | ||
) | [inline] |
Definition at line 67 of file SparseBlock.h.
Eigen::SparseInnerVectorSet< MatrixType, Size >::SparseInnerVectorSet | ( | const MatrixType & | matrix, |
Index | outer | ||
) | [inline] |
Definition at line 73 of file SparseBlock.h.
EIGEN_STRONG_INLINE Index Eigen::SparseInnerVectorSet< MatrixType, Size >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >.
Definition at line 93 of file SparseBlock.h.
EIGEN_STRONG_INLINE Index Eigen::SparseInnerVectorSet< MatrixType, Size >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >.
Definition at line 92 of file SparseBlock.h.
const MatrixType::Nested Eigen::SparseInnerVectorSet< MatrixType, Size >::m_matrix [protected] |
Definition at line 97 of file SparseBlock.h.
const internal::variable_if_dynamic<Index, Size> Eigen::SparseInnerVectorSet< MatrixType, Size >::m_outerSize [protected] |
Definition at line 99 of file SparseBlock.h.
Index Eigen::SparseInnerVectorSet< MatrixType, Size >::m_outerStart [protected] |
Definition at line 98 of file SparseBlock.h.