Lines Matching refs:Matrix3
53 * @tc.desc: Test the function SetEntry of the classes Matrix3, Matrix3N and MatrixN3.
61 Matrix3 matrixObj1;
69 * @tc.steps2: Call the function SetEntry of the classes Matrix3.
103 * @tc.desc: Test the function Transpose of the classes Matrix3, Matrix3N and MatrixN3.
111 Matrix3 matrixObj1;
119 * @tc.steps2: Call the function Transpose of the classes Matrix3.
122 Matrix3 matrixObj2 = matrixObj1.Transpose();
142 * @tc.desc: Test the function inverse of the class Matrix3.
150 Matrix3 matrixObj1;
152 Matrix3 matrixObj2;
181 * @tc.desc: Test the function operator* of classes Matrix3 and Matrix3N.
189 Matrix3 matrixObj1;
203 * @tc.steps2: Call the function operator* of classes Matrix3 with the identity matrix matrixObj1.
213 Matrix3 matrixObj2 = matrix3NObj1 * matrixN3Obj1;
219 * @tc.desc: Test the function MapScalars of the class Matrix3.
227 Matrix3 matrixObj1;
384 * @tc.desc: Test the function SetEntry for Matrix3/Matrix3N
390 * @tc.steps1: initialize parameters.Matrix3::SetEntry: index out of range
392 Matrix3 matrixObj1;
435 Matrix3 ret7 = matrix3NObj1 * matrixN3Obj2;