|
ConicBundle
|
Typedefs | |
| typedef int | CH_Matrix_Classes::Integer |
| all integer numbers in calculations and indexing are of this type | |
| typedef double | CH_Matrix_Classes::Real |
| all real numbers in calculations are of this type | |
Variables | |
| const Integer | CH_Matrix_Classes::max_Integer = INT_MAX |
| maximal attainable value by an Integer | |
| const Integer | CH_Matrix_Classes::min_Integer = INT_MIN |
| minimal attainable value by an Integer | |
| const Real | CH_Matrix_Classes::max_Real = DBL_MAX |
| maximal attainable value by a Real | |
| const Real | CH_Matrix_Classes::min_Real = -DBL_MAX |
| minimal attainable value by a Real | |
| const Real | CH_Matrix_Classes::eps_Real = DBL_EPSILON |
| machine epsilon for type Real | |
1.8.13