Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
SimplexTest Class Reference
Inheritance diagram for SimplexTest:
[legend]
Collaboration diagram for SimplexTest:
[legend]

Protected Member Functions

bool nearly_equal (double a, double b, double eps=EPSILON)
 

Static Protected Attributes

static constexpr double EPSILON = 1e-6
 

Detailed Description

Definition at line 61 of file Simplex_test.cc.

Member Function Documentation

◆ nearly_equal()

bool SimplexTest::nearly_equal ( double  a,
double  b,
double  eps = EPSILON 
)
inlineprotected

Definition at line 66 of file Simplex_test.cc.

Member Data Documentation

◆ EPSILON

constexpr double SimplexTest::EPSILON = 1e-6
staticconstexprprotected

Definition at line 64 of file Simplex_test.cc.


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