Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
matrix_alias.hpp
Go to the documentation of this file.
1
#ifndef FANG_ROBOTICS_MCB_UTIL_MATH_LINEAR_MATRIX_ALIAS_HPP
2
#define FANG_ROBOTICS_MCB_UTIL_MATH_LINEAR_MATRIX_ALIAS_HPP
3
#include "
tap/algorithms/cmsis_mat.hpp
"
4
namespace
fang::math
5
{
6
template
<u
int
16_t ROWS, u
int
16_t COLS>
7
using
Matrix
=
tap::algorithms::CMSISMat<ROWS, COLS>
;
8
}
9
#endif
cmsis_mat.hpp
fang::math
Definition
range.hpp:4
tap::algorithms::CMSISMat
Definition
cmsis_mat.hpp:45
fang-mcb-project
src
util
math
linear
matrix_alias.hpp
Generated by
1.9.8