Home
last modified time | relevance | path

Searched refs:Transpose (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix3.h68 Matrix3 Transpose() const;
134 MatrixN3 Transpose() const;
198 Matrix3N Transpose() const;
H A Dleast_square_impl.cpp62 auto transpose = matrixn3.Transpose(); in GetLeastSquareParams()
82 auto transpose = matrixn4.Transpose(); in GetLeastSquareParams()
H A Dmatrix4.h95 void Transpose();
161 MatrixN4 Transpose() const;
215 Matrix4N Transpose() const;
H A Dmatrix3.cpp80 Matrix3 Matrix3::Transpose() const in Transpose() function in OHOS::Ace::Matrix3
155 MatrixN3 Matrix3N::Transpose() const in Transpose() function in OHOS::Ace::Matrix3N
212 Matrix3N MatrixN3::Transpose() const in Transpose() function in OHOS::Ace::MatrixN3
H A Dmatrix4.cpp399 void Matrix4::Transpose() in Transpose() function in OHOS::Ace::Matrix4
473 MatrixN4 Matrix4N::Transpose() const in Transpose() function in OHOS::Ace::Matrix4N
530 Matrix4N MatrixN4::Transpose() const in Transpose() function in OHOS::Ace::MatrixN4
H A Dtransform_util.cpp492 transposedInversePerspectiveMatrix.Transpose(); in ProcessMatrix()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dmatrix3_test.cpp103 * @tc.desc: Test the function Transpose of the classes Matrix3, Matrix3N and MatrixN3.
119 * @tc.steps2: Call the function Transpose of the classes Matrix3. in HWTEST_F()
122 Matrix3 matrixObj2 = matrixObj1.Transpose(); in HWTEST_F()
126 * @tc.steps3: Call the function Transpose of the classes Matrix3N. 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()
136 Matrix3N matrix3NObj2 = matrixN3Obj1.Transpose(); in HWTEST_F()
H A Dmatrix4_test.cpp172 * @tc.desc: Test the function Transpose of the classes Matrix4, Matrix4N and MatrixN4.
178 * @tc.steps: Test the function Transpose of the class Matrix4. in HWTEST_F()
184 matrix4Obj1.Transpose(); in HWTEST_F()
188 * @tc.steps: Test the function Transpose of the class Matrix4N. in HWTEST_F()
192 EXPECT_DOUBLE_EQ(matrix4NObj1.Transpose()[VALID_ROW0][VALID_COL2], DEFAULT_DOUBLE2); in HWTEST_F()
195 * @tc.steps: Test the function Transpose of the class MatrixN4. in HWTEST_F()
199 EXPECT_DOUBLE_EQ(matrixN4Obj1.Transpose()[VALID_ROW2][VALID_COL0], DEFAULT_DOUBLE2); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_matrix3.h68 Matrix3 Transpose() const;
412 Matrix3<T> Matrix3<T>::Transpose() const in Transpose() function in OHOS::Rosen::Matrix3
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h70 Matrix3 Transpose() const;
426 Matrix3<T> Matrix3<T>::Transpose() const in Transpose() function in OHOS::MMI::Matrix3
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix_util.h33 static inline constexpr Mat3X3 Transpose(const Mat3X3& m) in Transpose() function
53 static inline constexpr Mat4X4 Transpose(const Mat4X4& m) in Transpose() function
760 const Mat4X4 transposedInversePerspectiveMatrix = Transpose(inversePerspectiveMatrix); in Decompose()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_0.cpp857 Transpose transpose{}; in ConvertTranspose()
H A Dlite_graph_to_hdi_model_v1_0.cpp856 Transpose transpose{}; in ConvertTranspose()
H A Dlite_graph_to_hdi_model_v2_1.cpp1535 Transpose transpose{}; in ConvertTranspose()

Completed in 17 milliseconds