kalman-cpp
Implementation of Kalman Filter in C++
main9.cpp File Reference

This is to test the class FX to compute Jacobian and Hessian of function(s). More...

#include "fx.h"

Functions

colvec foo (colvec &x, colvec &a)
 
int main (int argc, char **argv)
 

Detailed Description

This is to test the class FX to compute Jacobian and Hessian of function(s).

Author
Auralius Manurung
Date
27 Jan 2017

Function Documentation

◆ foo()

colvec foo ( colvec &  x,
colvec &  a 
)

◆ main()

int main ( int  argc,
char **  argv 
)