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
87729ea39ff22e0f949ca64ec372f381d9e39708
eigen
/
doc
/
snippets
/
TopicAliasing_mult4.cpp
6 lines
102 B
C++
Raw
Normal View
History
Unescape
Escape
bug #1144: clarify the doc about aliasing in case of resizing and matrix product.
2016-01-25 15:50:55 +01:00
MatrixXf
A
(
2
,
2
)
,
B
(
3
,
2
)
;
B
<
<
2
,
0
,
0
,
3
,
1
,
1
;
A
<
<
2
,
0
,
0
,
-
2
;
A
=
(
B
*
A
)
.
cwiseAbs
(
)
;
Make file formatting comply with POSIX and Unix standards UTF-8, LF, no BOM, and newlines at the end of files
2020-03-21 21:30:06 -04:00
cout
<
<
A
;
Reference in New Issue
Copy Permalink