MOOS 0.2375
Functions
/home/toby/moos-ivp/MOOS-2375-Oct0611/NavigationAndControl/MOOSNavLib/CMOOSNavLibGlobalHelper.cpp File Reference
#include <MOOSGenLib/MOOSGenLibGlobalHelper.h>
#include "MOOSNavLibGlobalHelper.h"
#include <sstream>
#include <iomanip>
#include <stdio.h>
Include dependency graph for CMOOSNavLibGlobalHelper.cpp:

Go to the source code of this file.

Functions

void MOOSMatrixTrace (const Matrix &Mat, const string &sStr)
double MOOS_WRAP_ANGLE (double d, bool Radians)
bool MOOSGetJacobian (Matrix &J, const Matrix &XAbout, int nOut, int nIn, bool(*pfn)(Matrix &XOut, Matrix &XIn, void *pParam), void *pParam)
bool MOOSChiSquaredTest (Matrix &Innovation, Matrix &Cov, bool bAlreadyInverted)

Function Documentation

double MOOS_WRAP_ANGLE ( double  d,
bool  Radians 
)

Definition at line 74 of file CMOOSNavLibGlobalHelper.cpp.

bool MOOSChiSquaredTest ( Matrix Innovation,
Matrix Cov,
bool  bAlreadyInverted 
)

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines