Home
last modified time | relevance | path

Searched refs:MatrixN3 (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix3.h25 class MatrixN3;
113 // Make sure that the rows of MatrixN3 is equal than the columns of Matrix3N.
114 Matrix3 operator*(const MatrixN3& matrix) const;
134 MatrixN3 Transpose() const;
157 class ACE_EXPORT MatrixN3 { class
162 explicit MatrixN3(int32_t rows);
163 ~MatrixN3() = default;
172 inline MatrixN3& operator*(double num) in operator *()
H A Dmatrix3.cpp137 Matrix3 Matrix3N::operator*(const MatrixN3& matrix) const in operator *()
155 MatrixN3 Matrix3N::Transpose() const in Transpose()
157 MatrixN3 matrix { columns_ }; in Transpose()
198 MatrixN3::MatrixN3(int32_t rows) : rows_(rows) in MatrixN3() function in OHOS::Ace::MatrixN3
203 bool MatrixN3::SetEntry(int32_t row, int32_t col, double value) in SetEntry()
212 Matrix3N MatrixN3::Transpose() const in Transpose()
223 std::vector<double> MatrixN3::MapScalars(const std::vector<double>& src) const in MapScalars()
H A Dleast_square_impl.cpp54 MatrixN3 matrixn3 { countNum }; in GetLeastSquareParams()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dmatrix3_test.cpp53 * @tc.desc: Test the function SetEntry of the classes Matrix3, Matrix3N and MatrixN3.
65 MatrixN3 matrixN3Obj1(ROW_NUM); in HWTEST_F()
91 * @tc.steps4: Call the function SetEntry of the classes MatrixN3. in HWTEST_F()
103 * @tc.desc: Test the function Transpose of the classes Matrix3, Matrix3N and MatrixN3.
115 MatrixN3 matrixN3Obj1(ROW_NUM); in HWTEST_F()
129 MatrixN3 matrixN3Obj2 = matrix3NObj1.Transpose(); in HWTEST_F()
133 * @tc.steps4: Call the function Transpose of the classes MatrixN3. in HWTEST_F()
197 MatrixN3 matrixN3Obj1(ROW_NUM); in HWTEST_F()
345 * @tc.desc: Test the function MapScalars of the class MatrixN3.
353 MatrixN3 matrixN3Obj in HWTEST_F()
[all...]

Completed in 3 milliseconds