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 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 }

Detailed Description

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

Definition at line 43 of file SparseBlock.h.


Member Enumeration Documentation

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

Definition at line 46 of file SparseBlock.h.


Constructor & Destructor Documentation

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

Definition at line 61 of file SparseBlock.h.

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

Definition at line 67 of file SparseBlock.h.


Member Function Documentation

template<typename MatrixType, int Size>
EIGEN_STRONG_INLINE int 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 87 of file SparseBlock.h.

template<typename MatrixType, int Size>
EIGEN_STRONG_INLINE int 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 86 of file SparseBlock.h.


Member Data Documentation

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

Definition at line 91 of file SparseBlock.h.

template<typename MatrixType, int Size>
const ei_int_if_dynamic<Size> SparseInnerVectorSet< MatrixType, Size >::m_outerSize [protected]

Definition at line 93 of file SparseBlock.h.

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

Definition at line 92 of file SparseBlock.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


vcglib
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:22:23 2013