xref
: /
aosp_15_r20
/
external
/
eigen
/
doc
/
snippets
/
TopicAliasing_mult3.cpp
(revision bf2c37156dfe67e5dfebd6d394bad8b2ab5804d4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
MatrixXf
matA
(
2
,
2
);
2
matA
<<
2
,
0
,
0
,
2
;
3
matA
.
noalias
() =
matA
*
matA
;
4
cout
<<
matA
;
5
Scopes Window
x
Intelligence window
x
Next >>
|
<< Prev
In current file
Highlight
Unhighlight
Unhighlight all
In project "undefined"
Search for definitions of
Search for references of
Do a full search with
Search for file names that contain
On Google
Google
Messages Window
x
Navigate Window
x
Variable
matA