#include <SparseBlock.h>
Classes | |
class | InnerIterator |
Public Types | |
enum | { IsRowMajor = internal::traits<SparseInnerVectorSet>::IsRowMajor } |
Public Member Functions | |
SparseInnerVectorSet (const MatrixType &matrix, Index outerStart, Index outerSize) | |
SparseInnerVectorSet (const MatrixType &matrix, Index outer) | |
EIGEN_STRONG_INLINE Index | rows () const |
EIGEN_STRONG_INLINE Index | cols () const |
Protected Attributes | |
const MatrixType::Nested | m_matrix |
Index | m_outerStart |
const internal::variable_if_dynamic < Index, Size > | m_outerSize |
SparseInnerVectorSet< MatrixType, Size >::SparseInnerVectorSet | ( | const MatrixType & | matrix, | |
Index | outerStart, | |||
Index | outerSize | |||
) | [inline] |
SparseInnerVectorSet< MatrixType, Size >::SparseInnerVectorSet | ( | const MatrixType & | matrix, | |
Index | outer | |||
) | [inline] |
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< MatrixType, Size >::cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >.
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< MatrixType, Size >::rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >.
const MatrixType::Nested SparseInnerVectorSet< MatrixType, Size >::m_matrix [protected] |
const internal::variable_if_dynamic<Index, Size> SparseInnerVectorSet< MatrixType, Size >::m_outerSize [protected] |
Index SparseInnerVectorSet< MatrixType, Size >::m_outerStart [protected] |