NDDEM
Public Member Functions | Public Attributes | List of all members
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

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: