Public Member Functions | Protected Types | Protected Attributes | Private Member Functions | List of all members
Eigen::SparseCompressedBase< Derived >::InnerIterator Class Reference

#include <SparseCompressedBase.h>

Inheritance diagram for Eigen::SparseCompressedBase< Derived >::InnerIterator:
Inheritance graph
[legend]

Public Member Functions

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 Types

typedef internal::variable_if_dynamic< Index, Derived::IsVectorAtCompileTime?0:DynamicOuterType
 

Protected Attributes

Index m_end
 
Index m_id
 
const StorageIndexm_indices
 
const OuterType m_outer
 
const Scalarm_values
 

Private Member Functions

template<typename T >
 InnerIterator (const SparseMatrixBase< T > &, Index outer)
 

Detailed Description

template<typename Derived>
class Eigen::SparseCompressedBase< Derived >::InnerIterator

Definition at line 136 of file SparseCompressedBase.h.

Member Typedef Documentation

◆ OuterType

template<typename Derived>
typedef internal::variable_if_dynamic<Index,Derived::IsVectorAtCompileTime?0:Dynamic> Eigen::SparseCompressedBase< Derived >::InnerIterator::OuterType
protected

Definition at line 202 of file SparseCompressedBase.h.

Constructor & Destructor Documentation

◆ InnerIterator() [1/6]

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( )
inline

Definition at line 139 of file SparseCompressedBase.h.

◆ InnerIterator() [2/6]

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( const InnerIterator other)
inline

Definition at line 143 of file SparseCompressedBase.h.

◆ InnerIterator() [3/6]

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( const SparseCompressedBase mat,
Index  outer 
)
inline

Definition at line 157 of file SparseCompressedBase.h.

◆ InnerIterator() [4/6]

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( const SparseCompressedBase mat)
inlineexplicit

Definition at line 175 of file SparseCompressedBase.h.

◆ InnerIterator() [5/6]

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( const internal::CompressedStorage< Scalar, StorageIndex > &  data)
inlineexplicit

Definition at line 181 of file SparseCompressedBase.h.

◆ InnerIterator() [6/6]

template<typename Derived>
template<typename T >
Eigen::SparseCompressedBase< Derived >::InnerIterator::InnerIterator ( const SparseMatrixBase< T > &  ,
Index  outer 
)
private

Member Function Documentation

◆ col()

template<typename Derived>
Index Eigen::SparseCompressedBase< Derived >::InnerIterator::col ( ) const
inline

Definition at line 195 of file SparseCompressedBase.h.

◆ index()

template<typename Derived>
StorageIndex Eigen::SparseCompressedBase< Derived >::InnerIterator::index ( ) const
inline

Definition at line 192 of file SparseCompressedBase.h.

◆ operator bool()

template<typename Derived>
Eigen::SparseCompressedBase< Derived >::InnerIterator::operator bool ( ) const
inline

Definition at line 197 of file SparseCompressedBase.h.

◆ operator++()

template<typename Derived>
InnerIterator& Eigen::SparseCompressedBase< Derived >::InnerIterator::operator++ ( )
inline

Definition at line 187 of file SparseCompressedBase.h.

◆ operator=()

template<typename Derived>
InnerIterator& Eigen::SparseCompressedBase< Derived >::InnerIterator::operator= ( const InnerIterator other)
inline

Definition at line 147 of file SparseCompressedBase.h.

◆ outer()

template<typename Derived>
Index Eigen::SparseCompressedBase< Derived >::InnerIterator::outer ( ) const
inline

Definition at line 193 of file SparseCompressedBase.h.

◆ row()

template<typename Derived>
Index Eigen::SparseCompressedBase< Derived >::InnerIterator::row ( ) const
inline

Definition at line 194 of file SparseCompressedBase.h.

◆ value()

template<typename Derived>
const Scalar& Eigen::SparseCompressedBase< Derived >::InnerIterator::value ( ) const
inline

Definition at line 189 of file SparseCompressedBase.h.

◆ valueRef()

template<typename Derived>
Scalar& Eigen::SparseCompressedBase< Derived >::InnerIterator::valueRef ( )
inline

Definition at line 190 of file SparseCompressedBase.h.

Member Data Documentation

◆ m_end

template<typename Derived>
Index Eigen::SparseCompressedBase< Derived >::InnerIterator::m_end
protected

Definition at line 205 of file SparseCompressedBase.h.

◆ m_id

template<typename Derived>
Index Eigen::SparseCompressedBase< Derived >::InnerIterator::m_id
protected

Definition at line 204 of file SparseCompressedBase.h.

◆ m_indices

template<typename Derived>
const StorageIndex* Eigen::SparseCompressedBase< Derived >::InnerIterator::m_indices
protected

Definition at line 201 of file SparseCompressedBase.h.

◆ m_outer

template<typename Derived>
const OuterType Eigen::SparseCompressedBase< Derived >::InnerIterator::m_outer
protected

Definition at line 203 of file SparseCompressedBase.h.

◆ m_values

template<typename Derived>
const Scalar* Eigen::SparseCompressedBase< Derived >::InnerIterator::m_values
protected

Definition at line 200 of file SparseCompressedBase.h.


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


control_box_rst
Author(s): Christoph Rösmann
autogenerated on Mon Feb 28 2022 22:08:36