Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Transpose
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
matrix3.h
68
Matrix3
Transpose
() const;
134
MatrixN3
Transpose
() const;
198
Matrix3N
Transpose
() const;
H
A
D
least_square_impl.cpp
62
auto transpose = matrixn3.
Transpose
();
in GetLeastSquareParams()
82
auto transpose = matrixn4.
Transpose
();
in GetLeastSquareParams()
H
A
D
matrix4.h
95
void
Transpose
();
161
MatrixN4
Transpose
() const;
215
Matrix4N
Transpose
() const;
H
A
D
matrix3.cpp
80
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
D
matrix4.cpp
399
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
D
transform_util.cpp
492
transposedInversePerspectiveMatrix.
Transpose
();
in ProcessMatrix()
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
matrix3_test.cpp
103
* @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
D
matrix4_test.cpp
172
* @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
D
rs_matrix3.h
68
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
D
mmi_matrix3.h
70
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
D
matrix_util.h
33
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
D
lite_graph_to_hdi_model_v2_0.cpp
857
Transpose
transpose{};
in ConvertTranspose()
H
A
D
lite_graph_to_hdi_model_v1_0.cpp
856
Transpose
transpose{};
in ConvertTranspose()
H
A
D
lite_graph_to_hdi_model_v2_1.cpp
1535
Transpose
transpose{};
in ConvertTranspose()
Completed in 14 milliseconds