Lines Matching refs:Matrix4N
134 * @tc.desc: Test the function SetEntry of the classes Matrix4, Matrix4N and MatrixN4.
152 * @tc.steps: Test the function SetEntry of the class Matrix4N.
154 Matrix4N matrix4NObj1(COLUMN_NUM);
172 * @tc.desc: Test the function Transpose of the classes Matrix4, Matrix4N and MatrixN4.
188 * @tc.steps: Test the function Transpose of the class Matrix4N.
190 Matrix4N matrix4NObj1(COLUMN_NUM);
239 * @tc.desc: Test the function MapScalars of the classes Matrix4N.
247 Matrix4N matrix4NObj1(COLUMN_NUM);
340 * @tc.desc: Test the function operator* of classes Matrix4 and Matrix4N.
365 * @tc.steps: Test the function operator* of the class Matrix4 whose parameter is Matrix4N.
368 Matrix4N matrix4NObj1(COLUMN_NUM);
373 Matrix4N matrix4NObj2 = matrix4Obj2 * matrix4NObj1;
380 * @tc.steps: Test the function operator* of the class Matrix4N whose parameter is MatrixN4.
394 * @tc.steps: Test the function operator* of the class Matrix4N with invalid input.
403 * @tc.desc: Test other functions of classes Matrix4 and Matrix4N.
481 * @tc.steps: Matrix4N SetEntry row or col is out of range
483 Matrix4N mtrix4NObj = Matrix4N(COLUMN_NUM);