Classes | Public Types | Public Member Functions | Protected Attributes

SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size > Class Template Reference

#include <SparseBlock.h>

Inheritance diagram for SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >:
SparseMatrixBase< SparseInnerVectorSet< SparseMatrix< _Scalar, _Options >, Size > > EigenBase< SparseInnerVectorSet< SparseMatrix< _Scalar, _Options >, Size > >

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

template<typename _Scalar, int _Options, typename _Index, int Size>
class SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >


Member Enumeration Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename _Scalar , int _Options, typename _Index , int Size>
const Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_innerIndexPtr (  )  const [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_innerIndexPtr (  )  [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_outerIndexPtr (  )  [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
const Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_outerIndexPtr (  )  const [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
const Scalar* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_valuePtr (  )  const [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
Scalar* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_valuePtr (  )  [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::cols ( void   )  const [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
const Scalar& SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::lastCoeff (  )  const [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
Index SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::nonZeros (  )  const [inline]
Returns:
the number of nonzero coefficients which is in practice the number of stored coefficients.

Reimplemented from SparseMatrixBase< SparseInnerVectorSet< SparseMatrix< _Scalar, _Options >, Size > >.

template<typename _Scalar , int _Options, typename _Index , int Size>
SparseInnerVectorSet& SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::operator= ( const SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size > &  other  )  [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
template<typename OtherDerived >
SparseInnerVectorSet& SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::operator= ( const SparseMatrixBase< OtherDerived > &  other  )  [inline]
template<typename _Scalar , int _Options, typename _Index , int Size>
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::rows ( void   )  const [inline]

Member Data Documentation

template<typename _Scalar , int _Options, typename _Index , int Size>
const MatrixType::Nested SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::m_matrix [protected]
template<typename _Scalar , int _Options, typename _Index , int Size>
const internal::variable_if_dynamic<Index, Size> SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::m_outerSize [protected]
template<typename _Scalar , int _Options, typename _Index , int Size>
Index SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::m_outerStart [protected]

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