This website requires JavaScript.
Explore
Help
Sign In
mirror
/
eigen
Watch
2
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2024-12-21 07:19:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c8a2b4d20a
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