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

#include <SparseBlock.h>

Inheritance diagram for Eigen::SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, 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
const IndexinnerIndexPtr () const
IndexinnerIndexPtr ()
const ScalarlastCoeff () const
Index nonZeros () const
template<typename OtherDerived >
SparseInnerVectorSetoperator= (const SparseMatrixBase< OtherDerived > &other)
SparseInnerVectorSetoperator= (const SparseInnerVectorSet &other)
const IndexouterIndexPtr () const
IndexouterIndexPtr ()
EIGEN_STRONG_INLINE Index rows () const
 SparseInnerVectorSet (const MatrixType &matrix, Index outerStart, Index outerSize)
 SparseInnerVectorSet (const MatrixType &matrix, Index outer)
const ScalarvaluePtr () const
ScalarvaluePtr ()

Protected Attributes

MatrixType::Nested m_matrix
const
internal::variable_if_dynamic
< Index, Size > 
m_outerSize
Index m_outerStart

Private Types

typedef SparseMatrix< _Scalar,
_Options, _Index > 
MatrixType

Detailed Description

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

Definition at line 108 of file SparseBlock.h.


Member Typedef Documentation

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

Definition at line 111 of file SparseBlock.h.


Member Enumeration Documentation

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

Definition at line 114 of file SparseBlock.h.


Constructor & Destructor Documentation

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

Definition at line 140 of file SparseBlock.h.

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

Definition at line 146 of file SparseBlock.h.


Member Function Documentation

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

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

Definition at line 275 of file SparseBlock.h.

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

Definition at line 237 of file SparseBlock.h.

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

Definition at line 239 of file SparseBlock.h.

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

Definition at line 258 of file SparseBlock.h.

template<typename _Scalar , int _Options, typename _Index , int Size>
Index Eigen::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 Eigen::SparseMatrixBase< SparseInnerVectorSet< SparseMatrix< _Scalar, _Options, _Index >, Size > >.

Definition at line 247 of file SparseBlock.h.

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

Definition at line 227 of file SparseBlock.h.

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

Definition at line 242 of file SparseBlock.h.

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

Definition at line 244 of file SparseBlock.h.

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

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

Definition at line 274 of file SparseBlock.h.

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

Definition at line 232 of file SparseBlock.h.

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

Definition at line 234 of file SparseBlock.h.


Member Data Documentation

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

Definition at line 279 of file SparseBlock.h.

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

Definition at line 281 of file SparseBlock.h.

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

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