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

#include <SparseMatrix.h>

Public Member Functions

 IndexPosPair (Index a_i, Index a_p)
 

Public Attributes

Index i
 
Index p
 

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
990 : i(a_i), p(a_p) {}
Index p
Definition: SparseMatrix.h:992
Index i
Definition: SparseMatrix.h:991

Member Data Documentation

◆ i

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

◆ p

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

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