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:MatrixN3
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
matrix3.h
25
class
MatrixN3
;
113
// Make sure that the rows of
MatrixN3
is equal than the columns of Matrix3N.
114
Matrix3 operator*(const
MatrixN3
& matrix) const;
134
MatrixN3
Transpose() const;
157
class ACE_EXPORT
MatrixN3
{
class
162
explicit
MatrixN3
(int32_t rows);
163
~
MatrixN3
() = default;
172
inline
MatrixN3
& operator*(double num)
in operator *()
H
A
D
matrix3.cpp
137
Matrix3 Matrix3N::operator*(const
MatrixN3
& matrix) const
in operator *()
155
MatrixN3
Matrix3N::Transpose() const
in Transpose()
157
MatrixN3
matrix { columns_ };
in Transpose()
198
MatrixN3
::
MatrixN3
(int32_t rows) : rows_(rows)
in MatrixN3()
function in OHOS::Ace::MatrixN3
203
bool
MatrixN3
::SetEntry(int32_t row, int32_t col, double value)
in SetEntry()
212
Matrix3N
MatrixN3
::Transpose() const
in Transpose()
223
std::vector<double>
MatrixN3
::MapScalars(const std::vector<double>& src) const
in MapScalars()
H
A
D
least_square_impl.cpp
54
MatrixN3
matrixn3 { countNum };
in GetLeastSquareParams()
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
matrix3_test.cpp
53
* @tc.desc: Test the function SetEntry of the classes Matrix3, Matrix3N and
MatrixN3
.
65
MatrixN3
matrixN3Obj1(ROW_NUM);
in HWTEST_F()
91
* @tc.steps4: Call the function SetEntry of the classes
MatrixN3
.
in HWTEST_F()
103
* @tc.desc: Test the function Transpose of the classes Matrix3, Matrix3N and
MatrixN3
.
115
MatrixN3
matrixN3Obj1(ROW_NUM);
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()
197
MatrixN3
matrixN3Obj1(ROW_NUM);
in HWTEST_F()
345
* @tc.desc: Test the function MapScalars of the class
MatrixN3
.
353
MatrixN3
matrixN3Obj
in HWTEST_F()
[all...]
Completed in 3 milliseconds