Functions | |
double | min (double a, double b) |
double | max (double a, double b) |
double | signof (double x) |
bool | cmp_equal (double x, double y) |
bool | cmp_diff (double x, double y) |
void | choleskyUpdate (gsl_matrix *sigmaTheta, double alpha, gsl_vector *x) |
This function performs a cholesky update according to Strange et al.(2007) More... | |
void ukf::math::choleskyUpdate | ( | gsl_matrix * | sigmaTheta, |
double | alpha, | ||
gsl_vector * | x | ||
) |
This function performs a cholesky update according to Strange et al.(2007)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |