Eigen::internal::LowerBoundIndex Struct Reference

#include <SparseUtil.h>

Public Member Functions

 LowerBoundIndex ()
 
 LowerBoundIndex (Index val, bool ok)
 

Public Attributes

Index value
 
bool found
 

Constructor & Destructor Documentation

◆ LowerBoundIndex() [1/2]

Eigen::internal::LowerBoundIndex::LowerBoundIndex ( )
inline
170 : value(-1), found(false) {}
bool found
Definition: SparseUtil.h:173
Index value
Definition: SparseUtil.h:172

◆ LowerBoundIndex() [2/2]

Eigen::internal::LowerBoundIndex::LowerBoundIndex ( Index  val,
bool  ok 
)
inline
171 : value(val), found(ok) {}
val
Definition: calibrate.py:119

Member Data Documentation

◆ found

bool Eigen::internal::LowerBoundIndex::found

◆ value

Index Eigen::internal::LowerBoundIndex::value

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