Public Member Functions | Protected Attributes | Private Types | List of all members
Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator Class Reference

#include <DynamicSparseMatrix.h>

Inheritance diagram for Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator:
Inheritance graph
[legend]

Public Member Functions

Index col () const
 
 InnerIterator (const DynamicSparseMatrix &mat, Index outer)
 
Index outer () const
 
Index row () const
 
- Public Member Functions inherited from Eigen::SparseCompressedBase< Derived >::InnerIterator
Index col () const
 
StorageIndex index () const
 
 InnerIterator ()
 
 InnerIterator (const InnerIterator &other)
 
 InnerIterator (const SparseCompressedBase &mat, Index outer)
 
 InnerIterator (const SparseCompressedBase &mat)
 
 InnerIterator (const internal::CompressedStorage< Scalar, StorageIndex > &data)
 
 operator bool () const
 
InnerIteratoroperator++ ()
 
InnerIteratoroperator= (const InnerIterator &other)
 
Index outer () const
 
Index row () const
 
const Scalarvalue () const
 
ScalarvalueRef ()
 

Protected Attributes

const Index m_outer
 
- Protected Attributes inherited from Eigen::SparseCompressedBase< Derived >::InnerIterator
Index m_end
 
Index m_id
 
const StorageIndexm_indices
 
const OuterType m_outer
 
const Scalarm_values
 

Private Types

typedef SparseVector< Scalar, _Options, _StorageIndex >::InnerIterator Base
 

Additional Inherited Members

- Protected Types inherited from Eigen::SparseCompressedBase< Derived >::InnerIterator
typedef internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:DynamicOuterType
 

Detailed Description

template<typename _Scalar, int _Options, typename _StorageIndex>
class Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator

Definition at line 326 of file DynamicSparseMatrix.h.

Member Typedef Documentation

template<typename _Scalar, int _Options, typename _StorageIndex>
typedef SparseVector<Scalar,_Options,_StorageIndex>::InnerIterator Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::Base
private

Definition at line 328 of file DynamicSparseMatrix.h.

Constructor & Destructor Documentation

template<typename _Scalar, int _Options, typename _StorageIndex>
Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::InnerIterator ( const DynamicSparseMatrix mat,
Index  outer 
)
inline

Definition at line 330 of file DynamicSparseMatrix.h.

Member Function Documentation

template<typename _Scalar, int _Options, typename _StorageIndex>
Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::col ( ) const
inline

Definition at line 335 of file DynamicSparseMatrix.h.

template<typename _Scalar, int _Options, typename _StorageIndex>
Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::outer ( ) const
inline

Definition at line 336 of file DynamicSparseMatrix.h.

template<typename _Scalar, int _Options, typename _StorageIndex>
Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::row ( ) const
inline

Definition at line 334 of file DynamicSparseMatrix.h.

Member Data Documentation

template<typename _Scalar, int _Options, typename _StorageIndex>
const Index Eigen::DynamicSparseMatrix< _Scalar, _Options, _StorageIndex >::InnerIterator::m_outer
protected

Definition at line 339 of file DynamicSparseMatrix.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:02