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:MatrixN4
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
matrix4.h
26
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
D
matrix4.cpp
455
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
D
least_square_impl.cpp
74
MatrixN4
matrixn4 { countNum };
in GetLeastSquareParams()
/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
.
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