MathFu
An open source project by
FPL.
|
Functions that return constants for double
values.
More...
#include <matrix.h>
Functions that return constants for double
values.
Related Functions | |
(Note that these are not member functions.) | |
static double | GetDeterminantThreshold () |
Minimum absolute value of the determinant of an invertible double Matrix. More... | |
|
related |
Minimum absolute value of the determinant of an invertible double
Matrix.
double
values have 46 bits of precision which is roughly 1e15, given that the final step of matrix inversion is multiplication with the inverse of the determinant, the minimum value of the determinant is 1e-15 before the precision too low to accurately calculate the inverse.
double
Matrix.()