Classes | Public Types | Public Member Functions | Protected Attributes | Private Types
Eigen::SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size > Class Template Reference

#include <BlockOfDynamicSparseMatrix.h>

Inheritance diagram for Eigen::SparseInnerVectorSet< DynamicSparseMatrix< _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

EIGEN_STRONG_INLINE Index cols () const
const ScalarlastCoeff () const
Index nonZeros () const
template<typename OtherDerived >
SparseInnerVectorSetoperator= (const SparseMatrixBase< OtherDerived > &other)
SparseInnerVectorSetoperator= (const SparseInnerVectorSet &other)
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

Private Types

typedef DynamicSparseMatrix
< _Scalar, _Options, _Index > 
MatrixType

Detailed Description

template<typename _Scalar, int _Options, typename _Index, int Size>
class Eigen::SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size >

Definition at line 20 of file BlockOfDynamicSparseMatrix.h.


Member Typedef Documentation

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

Definition at line 23 of file BlockOfDynamicSparseMatrix.h.


Member Enumeration Documentation

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

Definition at line 26 of file BlockOfDynamicSparseMatrix.h.


Constructor & Destructor Documentation

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

Definition at line 41 of file BlockOfDynamicSparseMatrix.h.

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

Definition at line 47 of file BlockOfDynamicSparseMatrix.h.


Member Function Documentation

template<typename _Scalar , int _Options, typename _Index , int Size>
EIGEN_STRONG_INLINE Index Eigen::SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size >::cols ( void  ) const [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
const Scalar& Eigen::SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size >::lastCoeff ( ) const [inline]

Definition at line 88 of file BlockOfDynamicSparseMatrix.h.

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

Reimplemented from Eigen::SparseMatrixBase< SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size > >.

Definition at line 80 of file BlockOfDynamicSparseMatrix.h.

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

Definition at line 75 of file BlockOfDynamicSparseMatrix.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
EIGEN_STRONG_INLINE Index Eigen::SparseInnerVectorSet< DynamicSparseMatrix< _Scalar, _Options, _Index >, Size >::rows ( void  ) const [inline]

Member Data Documentation

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

Definition at line 106 of file BlockOfDynamicSparseMatrix.h.

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

Definition at line 108 of file BlockOfDynamicSparseMatrix.h.

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

Definition at line 107 of file BlockOfDynamicSparseMatrix.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