#include <SparseBlock.h>
Classes | |
class | InnerIterator |
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 49 of file SparseBlock.h.
anonymous enum |
Definition at line 54 of file SparseBlock.h.
SparseInnerVectorSet< MatrixType, Size >::SparseInnerVectorSet | ( | const MatrixType & | matrix, |
Index | outerStart, | ||
Index | outerSize | ||
) | [inline] |
Definition at line 69 of file SparseBlock.h.
SparseInnerVectorSet< MatrixType, Size >::SparseInnerVectorSet | ( | const MatrixType & | matrix, |
Index | outer | ||
) | [inline] |
Definition at line 75 of file SparseBlock.h.
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< MatrixType, Size >::cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >.
Definition at line 95 of file SparseBlock.h.
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< MatrixType, Size >::rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >.
Definition at line 94 of file SparseBlock.h.
const MatrixType::Nested SparseInnerVectorSet< MatrixType, Size >::m_matrix [protected] |
Definition at line 99 of file SparseBlock.h.
const internal::variable_if_dynamic<Index, Size> SparseInnerVectorSet< MatrixType, Size >::m_outerSize [protected] |
Definition at line 101 of file SparseBlock.h.
Index SparseInnerVectorSet< MatrixType, Size >::m_outerStart [protected] |
Definition at line 100 of file SparseBlock.h.