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

SparseInnerVectorSet< MatrixType, Size > Class Template Reference


Detailed Description

template<typename MatrixType, int Size>
class SparseInnerVectorSet< MatrixType, Size >

Definition at line 49 of file SparseBlock.h.

#include <src/Sparse/SparseBlock.h>

Inheritance diagram for SparseInnerVectorSet< MatrixType, 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)
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

Member Enumeration Documentation

template<typename MatrixType, int Size>
anonymous enum
Enumerator:
IsRowMajor 

Definition at line 54 of file SparseBlock.h.


Constructor & Destructor Documentation

template<typename MatrixType, int Size>
SparseInnerVectorSet< MatrixType, Size >::SparseInnerVectorSet ( const MatrixType &  matrix,
Index  outerStart,
Index  outerSize 
) [inline]

Definition at line 69 of file SparseBlock.h.

References eigen_assert.

template<typename MatrixType, int Size>
SparseInnerVectorSet< MatrixType, Size >::SparseInnerVectorSet ( const MatrixType &  matrix,
Index  outer 
) [inline]

Definition at line 75 of file SparseBlock.h.

References Dynamic, and eigen_assert.


Member Function Documentation

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

Reimplemented from SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >.

Definition at line 95 of file SparseBlock.h.

template<typename MatrixType, int Size>
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< MatrixType, Size >::rows ( void  ) const [inline]
Returns:
the number of rows.
See also:
cols(), RowsAtCompileTime

Reimplemented from SparseMatrixBase< SparseInnerVectorSet< MatrixType, Size > >.

Definition at line 94 of file SparseBlock.h.


Member Data Documentation

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

Definition at line 99 of file SparseBlock.h.

template<typename MatrixType, int Size>
const internal::variable_if_dynamic<Index, Size> SparseInnerVectorSet< MatrixType, Size >::m_outerSize [protected]

Definition at line 101 of file SparseBlock.h.

template<typename MatrixType, int Size>
Index SparseInnerVectorSet< MatrixType, Size >::m_outerStart [protected]

Definition at line 100 of file SparseBlock.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011