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
5f3606bce9
eigen
/
doc
/
snippets
/
MatrixBase_asDiagonal.cpp
2 lines
46 B
C++
Raw
Normal View
History
Unescape
Escape
- make MatrixBase and all expressions aware of their preferred traversal order. Honor this preference in operator=. - add several methods to the API - rework API for diagonal matrices - add benchmarking code
2008-01-05 18:57:14 +08:00
cout
<
<
Vector3i
(
2
,
5
,
6
)
.
asDiagonal
(
)
<
<
endl
;
Reference in New Issue
Copy Permalink