Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.h26 class MatrixN4;
141 Matrix4 operator*(const MatrixN4& matrix) const;
161 MatrixN4 Transpose() const;
174 class ACE_EXPORT MatrixN4 { class
179 explicit MatrixN4(int32_t rows);
180 ~MatrixN4() = default;
189 inline MatrixN4& operator*(double num) in operator *()
H A Dmatrix4.cpp455 Matrix4 Matrix4N::operator*(const MatrixN4& matrix) const in operator *()
473 MatrixN4 Matrix4N::Transpose() const in Transpose()
475 MatrixN4 matrix { columns_ }; in Transpose()
516 MatrixN4::MatrixN4(int32_t rows) : rows_(rows) in MatrixN4() function in OHOS::Ace::MatrixN4
521 bool MatrixN4::SetEntry(int32_t row, int32_t col, double value) in SetEntry()
530 Matrix4N MatrixN4::Transpose() const in Transpose()
541 std::vector<double> MatrixN4::MapScalars(const std::vector<double>& src) const in MapScalars()
H A Dleast_square_impl.cpp74 MatrixN4 matrixn4 { countNum }; in GetLeastSquareParams()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dmatrix4_test.cpp134 * @tc.desc: Test the function SetEntry of the classes Matrix4, Matrix4N and MatrixN4.
161 * @tc.steps: Test the function SetEntry of the class MatrixN4. in HWTEST_F()
163 MatrixN4 matrixN4Obj1(ROW_NUM); in HWTEST_F()
172 * @tc.desc: Test the function Transpose of the classes Matrix4, Matrix4N and MatrixN4.
195 * @tc.steps: Test the function Transpose of the class MatrixN4. in HWTEST_F()
197 MatrixN4 matrixN4Obj1(ROW_NUM); in HWTEST_F()
300 * @tc.desc: Test the function MapScalars of the classes MatrixN4.
308 MatrixN4 matrixN4Obj1(ROW_NUM); in HWTEST_F()
380 * @tc.steps: Test the function operator* of the class Matrix4N whose parameter is MatrixN4. in HWTEST_F()
382 MatrixN4 matrixN4Obj in HWTEST_F()
[all...]

Completed in 3 milliseconds