MPU6050のサンプルプログラム2

Dependencies:   ConfigFile SDFileSystem mbed

Fork of LAURUS_program by LAURUS

Vector/Vector_Matrix_operator.h

Committer:
taurin
Date:
2015-12-07
Revision:
36:94dc027e05cd
Parent:
3:5358a691a100

File content as of revision 36:94dc027e05cd:

#include "Matrix.h"
#include "Vector.h"

Vector operator*(const Matrix& lhm, const Vector& rhv);
Vector operator*(const Vector& lhv, const Matrix& rhm);