Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ConfigFile SDFileSystem mbed
Fork of LAURUS_program by
Vector/Vector_Matrix_operator.h@3:5358a691a100, 2015-05-30 (annotated)
- 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?
| User | Revision | Line number | New 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); |
