hiroya taura / Mbed 2 deprecated LAURUS_program

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by LAURUS

Committer:
ojan
Date:
Sat May 30 18:08:34 2015 +0000
Revision:
3:5358a691a100
estimate geomagnetism vector with Kalman Filter

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ojan 3:5358a691a100 1 #include "Matrix.h"
ojan 3:5358a691a100 2 #include "Vector.h"
ojan 3:5358a691a100 3
ojan 3:5358a691a100 4 Vector operator*(const Matrix& lhm, const Vector& rhv);
ojan 3:5358a691a100 5 Vector operator*(const Vector& lhv, const Matrix& rhm);