Main MRPT website > C++ reference
MRPT logo
Classes | Public Types | Public Member Functions | Protected Attributes | Private Types

SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size > Class Template Reference


Detailed Description

template<typename _Scalar, int _Options, typename _Index, int Size>
class SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >

Definition at line 207 of file SparseBlock.h.

#include <src/Sparse/SparseBlock.h>

Inheritance diagram for SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >:
Inheritance graph
[legend]

List of all members.

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 >
SparseInnerVectorSetoperator= (const SparseMatrixBase< OtherDerived > &other)
SparseInnerVectorSetoperator= (const SparseInnerVectorSet &other)
const Scalar_valuePtr () const
Scalar_valuePtr ()
const Index_innerIndexPtr () const
Index_innerIndexPtr ()
const Index_outerIndexPtr () const
Index_outerIndexPtr ()
Index nonZeros () const
const ScalarlastCoeff () 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 SparseMatrix< _Scalar,
_Options > 
MatrixType

Member Typedef Documentation

template<typename _Scalar , int _Options, typename _Index , int Size>
typedef SparseMatrix<_Scalar, _Options> SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::MatrixType [private]

Definition at line 210 of file SparseBlock.h.


Member Enumeration Documentation

template<typename _Scalar , int _Options, typename _Index , int Size>
anonymous enum
Enumerator:
IsRowMajor 

Definition at line 213 of file SparseBlock.h.


Constructor & Destructor Documentation

template<typename _Scalar , int _Options, typename _Index , int Size>
SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::SparseInnerVectorSet ( const MatrixType matrix,
Index  outerStart,
Index  outerSize 
) [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::SparseInnerVectorSet ( const MatrixType matrix,
Index  outer 
) [inline]

Member Function Documentation

template<typename _Scalar , int _Options, typename _Index , int Size>
const Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_innerIndexPtr (  ) const [inline]

Definition at line 325 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_innerIndexPtr (  ) [inline]

Definition at line 327 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_outerIndexPtr (  ) [inline]

Definition at line 332 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
const Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_outerIndexPtr (  ) const [inline]

Definition at line 330 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
const Scalar* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_valuePtr (  ) const [inline]

Definition at line 320 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
Scalar* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_valuePtr (  ) [inline]

Definition at line 322 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::cols ( void   ) const [inline]
Returns:
the number of columns.
See also:
rows(), ColsAtCompileTime

Reimplemented from SparseMatrixBase< SparseInnerVectorSet< SparseMatrix< _Scalar, _Options >, Size > >.

Definition at line 355 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
const Scalar& SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::lastCoeff (  ) const [inline]

Definition at line 341 of file SparseBlock.h.

References eigen_assert, and EIGEN_STATIC_ASSERT_VECTOR_ONLY.

template<typename _Scalar , int _Options, typename _Index , int Size>
Index SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::nonZeros (  ) const [inline]
Returns:
the number of nonzero coefficients which is in practice the number of stored coefficients.

Reimplemented from SparseMatrixBase< SparseInnerVectorSet< SparseMatrix< _Scalar, _Options >, Size > >.

Definition at line 335 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
SparseInnerVectorSet& SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::operator= ( const SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size > &  other ) [inline]

Definition at line 315 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
template<typename OtherDerived >
SparseInnerVectorSet& SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::operator= ( const SparseMatrixBase< OtherDerived > &  other ) [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::rows ( void   ) const [inline]
Returns:
the number of rows.
See also:
cols(), RowsAtCompileTime

Reimplemented from SparseMatrixBase< SparseInnerVectorSet< SparseMatrix< _Scalar, _Options >, Size > >.

Definition at line 354 of file SparseBlock.h.


Member Data Documentation

template<typename _Scalar , int _Options, typename _Index , int Size>
const MatrixType::Nested SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::m_matrix [protected]

Definition at line 359 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
const internal::variable_if_dynamic<Index, Size> SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::m_outerSize [protected]

Definition at line 361 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
Index SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::m_outerStart [protected]

Definition at line 360 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