This website requires JavaScript.
Explore
Help
Register
Sign In
CFD
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9ad4096ccb
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 22:50:55 +08: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-22 09:30:06 +08:00
cout
<
<
A
;
Reference in New Issue
Copy Permalink