Definition at line 109 of file SparseBlock.h.
#include <src/Sparse/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) | |
template<typename OtherDerived > | |
SparseInnerVectorSet & | operator= (const SparseMatrixBase< OtherDerived > &other) |
SparseInnerVectorSet & | operator= (const SparseInnerVectorSet &other) |
Index | nonZeros () const |
const Scalar & | lastCoeff () const |
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 |
Private Types | |
typedef DynamicSparseMatrix < _Scalar, _Options > | MatrixType |
typedef DynamicSparseMatrix<_Scalar, _Options> SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::MatrixType [private] |
Definition at line 112 of file SparseBlock.h.
anonymous enum |
Definition at line 115 of file SparseBlock.h.
SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::SparseInnerVectorSet | ( | const MatrixType & | matrix, |
Index | outerStart, | ||
Index | outerSize | ||
) | [inline] |
Definition at line 130 of file SparseBlock.h.
References eigen_assert, and DynamicSparseMatrix< _Scalar, _Options, _Index >::outerSize().
SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::SparseInnerVectorSet | ( | const MatrixType & | matrix, |
Index | outer | ||
) | [inline] |
Definition at line 136 of file SparseBlock.h.
References Dynamic, eigen_assert, and DynamicSparseMatrix< _Scalar, _Options, _Index >::outerSize().
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size > >.
Definition at line 191 of file SparseBlock.h.
const Scalar& SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::lastCoeff | ( | ) | const [inline] |
Definition at line 177 of file SparseBlock.h.
References eigen_assert, and EIGEN_STATIC_ASSERT_VECTOR_ONLY.
Index SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::nonZeros | ( | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size > >.
Definition at line 169 of file SparseBlock.h.
SparseInnerVectorSet& SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::operator= | ( | const SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size > & | other ) | [inline] |
Definition at line 164 of file SparseBlock.h.
SparseInnerVectorSet& SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::operator= | ( | const SparseMatrixBase< OtherDerived > & | other ) | [inline] |
Reimplemented from SparseMatrixBase< SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size > >.
Definition at line 144 of file SparseBlock.h.
References EigenBase< Derived >::const_cast_derived(), SparseMatrixBase< Derived >::innerVector(), SparseMatrixBase< DynamicSparseMatrix< _Scalar, _Options, _Index > >::markAsRValue(), and RowMajorBit.
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size > >.
Definition at line 190 of file SparseBlock.h.
const MatrixType::Nested SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::m_matrix [protected] |
Definition at line 195 of file SparseBlock.h.
const internal::variable_if_dynamic<Index, Size> SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::m_outerSize [protected] |
Definition at line 197 of file SparseBlock.h.
Index SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options >, Size >::m_outerStart [protected] |
Definition at line 196 of file SparseBlock.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |