Lines Matching refs:Matrix3N
53 * @tc.desc: Test the function SetEntry of the classes Matrix3, Matrix3N and MatrixN3.
63 Matrix3N matrix3NObj1(COLUMN_NUM);
81 * @tc.steps3: Call the function SetEntry of the classes Matrix3N.
103 * @tc.desc: Test the function Transpose of the classes Matrix3, Matrix3N and MatrixN3.
113 Matrix3N matrix3NObj1(COLUMN_NUM);
126 * @tc.steps3: Call the function Transpose of the classes Matrix3N.
136 Matrix3N matrix3NObj2 = matrixN3Obj1.Transpose();
181 * @tc.desc: Test the function operator* of classes Matrix3 and Matrix3N.
193 Matrix3N matrix3NObj1(COLUMN_NUM);
206 Matrix3N matrix3NObj2 = matrixObj1 * matrix3NObj1;
210 * @tc.steps3: Call the function operator* of classes Matrix3N.
281 * @tc.desc: Test the function MapScalars of the class Matrix3N.
289 Matrix3N matrix3NObj1(COLUMN_NUM);
384 * @tc.desc: Test the function SetEntry for Matrix3/Matrix3N
406 * @tc.steps2: Matrix3N::SetEntry: index out of range
408 Matrix3N matrix3NObj1(3);
433 // Matrix3N::operator*: matrix size not match