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:Matrix4N
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
matrix4.h
25
class
Matrix4N
;
76
Matrix4N
operator*(const
Matrix4N
& matrix) const;
117
class ACE_EXPORT
Matrix4N
{
class
122
explicit
Matrix4N
(int32_t columns);
123
~
Matrix4N
() = default;
132
inline
Matrix4N
& operator*(double num)
in operator *()
215
Matrix4N
Transpose() const;
H
A
D
matrix4.cpp
311
Matrix4N
Matrix4::operator*(const
Matrix4N
& matrix) const
in operator *()
314
Matrix4N
matrix4n(columns);
in operator *()
441
Matrix4N
::
Matrix4N
(int32_t columns) : columns_(columns)
in Matrix4N()
function in OHOS::Ace::Matrix4N
446
bool
Matrix4N
::SetEntry(int32_t row, int32_t col, double value)
in SetEntry()
455
Matrix4
Matrix4N
::operator*(const MatrixN4& matrix) const
in operator *()
473
MatrixN4
Matrix4N
::Transpose() const
in Transpose()
484
std::vector<double>
Matrix4N
::MapScalars(const std::vector<double>& src) const
in MapScalars()
500
bool
Matrix4N
[all...]
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
matrix4_test.cpp
134
* @tc.desc: Test the function SetEntry of the classes Matrix4,
Matrix4N
and MatrixN4.
152
* @tc.steps: Test the function SetEntry of the class
Matrix4N
.
in HWTEST_F()
154
Matrix4N
matrix4NObj1(COLUMN_NUM);
in HWTEST_F()
172
* @tc.desc: Test the function Transpose of the classes Matrix4,
Matrix4N
and MatrixN4.
188
* @tc.steps: Test the function Transpose of the class
Matrix4N
.
in HWTEST_F()
190
Matrix4N
matrix4NObj1(COLUMN_NUM);
in HWTEST_F()
239
* @tc.desc: Test the function MapScalars of the classes
Matrix4N
.
247
Matrix4N
matrix4NObj1(COLUMN_NUM);
in HWTEST_F()
340
* @tc.desc: Test the function operator* of classes Matrix4 and
Matrix4N
.
365
* @tc.steps: Test the function operator* of the class Matrix4 whose parameter is
Matrix4N
in HWTEST_F()
[all...]
Completed in 3 milliseconds