8 float data[9] = {1, 0, 0, 0, 1, 0, 1, 0, 1};
11 float data_check[9] = {1, 0, 0, 0, 1, 0, -1, 0, 1};
26 Matrix3f B_check = eye<float, 3>()*4;
27 Matrix3f C_check = eye<float, 3>()*2;
31 float off_diagonal_nan[9] = {2, NAN, NAN, NAN, 2, NAN, NAN, NAN, 2};
36 float data_43[12] = {1,3,2,
41 float data_32[6] = {2,3,
51 float data_42[8] = {15,32,
SquareMatrix< float, 3 > Matrix3f
bool isEqual(const Matrix< Type, M, N > &x, const Matrix< Type, M, N > &y, const Type eps=1e-4f)
Matrix< Type, M, N > edivide(const Matrix< Type, M, N > &other) const
Matrix< Type, M, N > emult(const Matrix< Type, M, N > &other) const