WPILibC++ 2023.4.3
internal::Colamd::RowStructure< IndexType > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/OrderingMethods/Eigen_Colamd.h>

Public Member Functions

bool is_dead () const
 
bool is_alive () const
 
void kill ()
 

Public Attributes

IndexType start
 
IndexType length
 
union {
   IndexType   degree
 
   IndexType   p
 
shared1
 
union {
   IndexType   mark
 
   IndexType   first_column
 
shared2
 

Member Function Documentation

◆ is_alive()

template<typename IndexType >
bool internal::Colamd::RowStructure< IndexType >::is_alive ( ) const
inline

◆ is_dead()

template<typename IndexType >
bool internal::Colamd::RowStructure< IndexType >::is_dead ( ) const
inline

◆ kill()

template<typename IndexType >
void internal::Colamd::RowStructure< IndexType >::kill ( )
inline

Member Data Documentation

◆ degree

template<typename IndexType >
IndexType internal::Colamd::RowStructure< IndexType >::degree

◆ first_column

template<typename IndexType >
IndexType internal::Colamd::RowStructure< IndexType >::first_column

◆ length

template<typename IndexType >
IndexType internal::Colamd::RowStructure< IndexType >::length

◆ mark

template<typename IndexType >
IndexType internal::Colamd::RowStructure< IndexType >::mark

◆ p

template<typename IndexType >
IndexType internal::Colamd::RowStructure< IndexType >::p

◆ 

union { ... } internal::Colamd::RowStructure< IndexType >::shared1

◆ 

union { ... } internal::Colamd::RowStructure< IndexType >::shared2

◆ start

template<typename IndexType >
IndexType internal::Colamd::RowStructure< IndexType >::start

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