Lines Matching refs:MatrixN3
53 * @tc.desc: Test the function SetEntry of the classes Matrix3, Matrix3N and MatrixN3.
65 MatrixN3 matrixN3Obj1(ROW_NUM);
91 * @tc.steps4: Call the function SetEntry of the classes MatrixN3.
103 * @tc.desc: Test the function Transpose of the classes Matrix3, Matrix3N and MatrixN3.
115 MatrixN3 matrixN3Obj1(ROW_NUM);
129 MatrixN3 matrixN3Obj2 = matrix3NObj1.Transpose();
133 * @tc.steps4: Call the function Transpose of the classes MatrixN3.
197 MatrixN3 matrixN3Obj1(ROW_NUM);
345 * @tc.desc: Test the function MapScalars of the class MatrixN3.
353 MatrixN3 matrixN3Obj1(ROW_NUM);
420 * @tc.steps3: MatrixN3::SetEntry: index out of range
422 MatrixN3 matrixN3Obj1(3);
434 MatrixN3 matrixN3Obj2(2);