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

#include <SparseBlock.h>

Inheritance diagram for Eigen::SparseInnerVectorSet< MatrixType, Size >:
Inheritance graph
[legend]

List of all members.

Classes

class  InnerIterator
class  ReverseInnerIterator

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 Eigen::SparseInnerVectorSet< MatrixType, Size >

Definition at line 36 of file SparseBlock.h.


Member Enumeration Documentation

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

Definition at line 41 of file SparseBlock.h.


Constructor & Destructor Documentation

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

Definition at line 67 of file SparseBlock.h.

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

Definition at line 73 of file SparseBlock.h.


Member Function Documentation

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

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

Definition at line 93 of file SparseBlock.h.

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

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

Definition at line 92 of file SparseBlock.h.


Member Data Documentation

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

Definition at line 97 of file SparseBlock.h.

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

Definition at line 99 of file SparseBlock.h.

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

Definition at line 98 of file SparseBlock.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:58