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
e5073746f3686f01806d29724758c1df786013ed
eigen
/
doc
/
snippets
/
MatrixBase_asDiagonal.cpp
2 lines
56 B
C++
Raw
Normal View
History
Unescape
Escape
fix compilation of the doc and started a page dedicated to high performance and or BLAS users
2009-07-27 18:50:39 +02:00
cout
<
<
Matrix3i
(
Vector3i
(
2
,
5
,
6
)
.
asDiagonal
(
)
)
<
<
endl
;
Reference in New Issue
Copy Permalink