Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::RevisedSimplex< T >::EtaMatrix Struct Reference

Public Attributes

size_t col
 
std::vector< Teta
 

Detailed Description

template<typename T>
struct Aleph::RevisedSimplex< T >::EtaMatrix

Definition at line 1763 of file Simplex.H.

Member Data Documentation

◆ col

template<typename T >
size_t Aleph::RevisedSimplex< T >::EtaMatrix::col

Definition at line 1765 of file Simplex.H.

◆ eta

template<typename T >
std::vector<T> Aleph::RevisedSimplex< T >::EtaMatrix::eta

Definition at line 1766 of file Simplex.H.


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