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

#include <SparseBlock.h>

Inheritance diagram for SparseInnerVectorSet< SparseMatrix< _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

const Index_innerIndexPtr () const
Index_innerIndexPtr ()
const Index_outerIndexPtr () const
Index_outerIndexPtr ()
const Scalar_valuePtr () const
Scalar_valuePtr ()
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 SparseMatrix< _Scalar,
_Options > 
MatrixType

Detailed Description

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

Definition at line 207 of file SparseBlock.h.


Member Typedef Documentation

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

Definition at line 210 of file SparseBlock.h.


Member Enumeration Documentation

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

Definition at line 213 of file SparseBlock.h.


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]

Definition at line 228 of file SparseBlock.h.

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

Definition at line 234 of file SparseBlock.h.


Member Function Documentation

template<typename _Scalar , int _Options, typename _Index , int Size>
const Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_innerIndexPtr ( ) const [inline]

Definition at line 325 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_innerIndexPtr ( ) [inline]

Definition at line 327 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
const Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_outerIndexPtr ( ) const [inline]

Definition at line 330 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
Index* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_outerIndexPtr ( ) [inline]

Definition at line 332 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
const Scalar* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_valuePtr ( ) const [inline]

Definition at line 320 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
Scalar* SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::_valuePtr ( ) [inline]

Definition at line 322 of file SparseBlock.h.

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

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

Definition at line 355 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
const Scalar& SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::lastCoeff ( ) const [inline]

Definition at line 341 of file SparseBlock.h.

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

Definition at line 335 of file SparseBlock.h.

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>
SparseInnerVectorSet& SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::operator= ( const SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size > &  other) [inline]

Definition at line 315 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
EIGEN_STRONG_INLINE Index SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size >::rows ( void  ) const [inline]
Returns:
the number of rows.
See also:
cols(), RowsAtCompileTime

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

Definition at line 354 of file SparseBlock.h.


Member Data Documentation

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

Definition at line 359 of file SparseBlock.h.

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]

Definition at line 361 of file SparseBlock.h.

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

Definition at line 360 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