MathFu
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups Pages
mathfu::Constants< double > Class Template Reference

Functions that return constants for double values. More...

#include <matrix.h>

Detailed Description

template<>
class mathfu::Constants< double >

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...
 

Friends And Related Function Documentation

static double GetDeterminantThreshold ( )
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.

Returns
Minimum absolute value of the determinant of an invertible double Matrix.

()


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