|
MOOS 0.2375
|


Go to the source code of this file.
Defines | |
| #define | PI 3.141592653589 |
Functions | |
| bool | MOOSGetJacobian (Matrix &J, const Matrix &XAbout, int nOut, int nIn, bool(*pfn)(Matrix &XOut, Matrix &XIn, void *pParam), void *pParam) |
| void | MOOSMatrixTrace (const Matrix &Mat, const string &sStr="") |
| double | MOOS_WRAP_ANGLE (double d, bool Radians=true) |
| bool | MOOSChiSquaredTest (Matrix &Innovation, Matrix &Cov, bool bAlreadyInverted=false) |
| #define PI 3.141592653589 |
Definition at line 42 of file MOOSNavLibGlobalHelper.h.
Definition at line 74 of file CMOOSNavLibGlobalHelper.cpp.
this performs an n degree of freedom Chi squared test in the vector Innovation given its covariance matrix Cov. The degrees of freedom is ROWS(Innovation)
Definition at line 152 of file CMOOSNavLibGlobalHelper.cpp.
| bool MOOSGetJacobian | ( | Matrix & | J, |
| const Matrix & | XAbout, | ||
| int | nOut, | ||
| int | nIn, | ||
| bool(*)(Matrix &XOut, Matrix &XIn, void *pParam) | pfn, | ||
| void * | pParam | ||
| ) |
Definition at line 100 of file CMOOSNavLibGlobalHelper.cpp.
| void MOOSMatrixTrace | ( | const Matrix & | Mat, |
| const string & | sStr = "" |
||
| ) |
Definition at line 40 of file CMOOSNavLibGlobalHelper.cpp.
1.7.4