#include <SparseBlock.h>
Classes | |
class | InnerIterator |
Public Member Functions | |
EIGEN_STRONG_INLINE int | cols () const |
EIGEN_STRONG_INLINE int | rows () const |
SparseInnerVectorSet (const MatrixType &matrix, int outer) | |
SparseInnerVectorSet (const MatrixType &matrix, int outerStart, int outerSize) | |
Protected Attributes | |
const MatrixType::Nested | m_matrix |
const ei_int_if_dynamic< Size > | m_outerSize |
int | m_outerStart |
Private Types | |
enum | { IsRowMajor = ei_traits<SparseInnerVectorSet>::IsRowMajor } |
Definition at line 43 of file SparseBlock.h.
anonymous enum [private] |
Definition at line 46 of file SparseBlock.h.
SparseInnerVectorSet< MatrixType, Size >::SparseInnerVectorSet | ( | const MatrixType & | matrix, | |
int | outerStart, | |||
int | outerSize | |||
) | [inline] |
Definition at line 61 of file SparseBlock.h.
SparseInnerVectorSet< MatrixType, Size >::SparseInnerVectorSet | ( | const MatrixType & | matrix, | |
int | outer | |||
) | [inline] |
Definition at line 67 of file SparseBlock.h.
EIGEN_STRONG_INLINE int SparseInnerVectorSet< MatrixType, Size >::cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >.
Definition at line 87 of file SparseBlock.h.
EIGEN_STRONG_INLINE int SparseInnerVectorSet< MatrixType, Size >::rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >.
Definition at line 86 of file SparseBlock.h.
const MatrixType::Nested SparseInnerVectorSet< MatrixType, Size >::m_matrix [protected] |
Definition at line 91 of file SparseBlock.h.
const ei_int_if_dynamic<Size> SparseInnerVectorSet< MatrixType, Size >::m_outerSize [protected] |
Definition at line 93 of file SparseBlock.h.
int SparseInnerVectorSet< MatrixType, Size >::m_outerStart [protected] |
Definition at line 92 of file SparseBlock.h.