Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::IndexPosPair Struct Reference

Public Member Functions

 IndexPosPair (Index a_i, Index a_p)
 

Public Attributes

Index i
 
Index p
 

Detailed Description

template<typename Scalar_, int Options_, typename StorageIndex_>
struct Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::IndexPosPair

Definition at line 1021 of file SparseMatrix.h.

Constructor & Destructor Documentation

◆ IndexPosPair()

template<typename Scalar_ , int Options_, typename StorageIndex_ >
Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::IndexPosPair::IndexPosPair ( Index  a_i,
Index  a_p 
)
inline

Definition at line 1022 of file SparseMatrix.h.

Member Data Documentation

◆ i

template<typename Scalar_ , int Options_, typename StorageIndex_ >
Index Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::IndexPosPair::i

Definition at line 1023 of file SparseMatrix.h.

◆ p

template<typename Scalar_ , int Options_, typename StorageIndex_ >
Index Eigen::SparseMatrix< Scalar_, Options_, StorageIndex_ >::IndexPosPair::p

Definition at line 1024 of file SparseMatrix.h.


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