This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
gpu-library-dispatch
Add File
New File
Apply Patch
eigen
/
doc
/
snippets
/
TopicAliasing_mult3.cpp
5 lines
85 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Clang-format tests, examples, libraries, benchmarks, etc.
2023-12-05 21:22:55 +00:00
MatrixXf
matA
(
2
,
2
)
;
matA
<
<
2
,
0
,
0
,
2
;
Finish doc page on aliasing.
2010-12-27 15:06:55 +00:00
matA
.
noalias
(
)
=
matA
*
matA
;
cout
<
<
matA
;
Reference in New Issue
Copy Permalink