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
 
InnerIterator operator+ (Index i)
 
InnerIteratoroperator++ ()
 
InnerIteratoroperator+= (Index i)
 
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 158 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 232 of file SparseCompressedBase.h.

Constructor & Destructor Documentation

◆ InnerIterator() [1/6]

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

Definition at line 161 of file SparseCompressedBase.h.

◆ InnerIterator() [2/6]

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

Definition at line 165 of file SparseCompressedBase.h.

◆ InnerIterator() [3/6]

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

Definition at line 179 of file SparseCompressedBase.h.

◆ InnerIterator() [4/6]

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

Definition at line 197 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 203 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 225 of file SparseCompressedBase.h.

◆ index()

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

Definition at line 222 of file SparseCompressedBase.h.

◆ operator bool()

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

Definition at line 227 of file SparseCompressedBase.h.

◆ operator+()

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

Definition at line 212 of file SparseCompressedBase.h.

◆ operator++()

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

Definition at line 209 of file SparseCompressedBase.h.

◆ operator+=()

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

Definition at line 210 of file SparseCompressedBase.h.

◆ operator=()

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

Definition at line 169 of file SparseCompressedBase.h.

◆ outer()

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

Definition at line 223 of file SparseCompressedBase.h.

◆ row()

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

Definition at line 224 of file SparseCompressedBase.h.

◆ value()

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

Definition at line 219 of file SparseCompressedBase.h.

◆ valueRef()

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

Definition at line 220 of file SparseCompressedBase.h.

Member Data Documentation

◆ m_end

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

Definition at line 235 of file SparseCompressedBase.h.

◆ m_id

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

Definition at line 234 of file SparseCompressedBase.h.

◆ m_indices

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

Definition at line 231 of file SparseCompressedBase.h.

◆ m_outer

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

Definition at line 233 of file SparseCompressedBase.h.

◆ m_values

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

Definition at line 230 of file SparseCompressedBase.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:43:17