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
7956fc49a0
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-28 00:50:39 +08:00
cout
<
<
Matrix3i
(
Vector3i
(
2
,
5
,
6
)
.
asDiagonal
(
)
)
<
<
endl
;
Reference in New Issue
Copy Permalink