10 float data1[] = {1,2,3,4,5};
11 float data2[] = {6,7,8,9,10};
34 float data1_sq[] = {1,4,9,16,25};
Type norm_squared() const
bool isEqual(const Matrix< Type, M, N > &x, const Matrix< Type, M, N > &y, const Type eps=1e-4f)
Type dot(const MatrixM1 &b) const
Vector< float, 6 > f(float t, const Matrix< float, 6, 1 > &, const Matrix< float, 3, 1 > &)
bool longerThan(Type testVal) const
bool isEqualF(const Type x, const Type y, const Type eps=1e-4f)
Compare if two floating point numbers are equal.
Vector unit_or_zero(const Type eps=Type(1e-5)) const