Classes | Public Types | Public Member Functions | Protected Attributes
SparseInnerVectorSet< MatrixType, Size > Class Template Reference

#include <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

EIGEN_STRONG_INLINE Index cols () const
EIGEN_STRONG_INLINE Index rows () const
 SparseInnerVectorSet (const MatrixType &matrix, Index outerStart, Index outerSize)
 SparseInnerVectorSet (const MatrixType &matrix, Index outer)

Protected Attributes

const MatrixType::Nested m_matrix
const
internal::variable_if_dynamic
< Index, Size > 
m_outerSize
Index m_outerStart

Detailed Description

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

Definition at line 49 of file SparseBlock.h.


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.

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

Definition at line 75 of file SparseBlock.h.


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.


The documentation for this class was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:25