index
:
Tango
software
Twine softwares
Thomas Vanbesien
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Software
/
Visual_Studio
/
TCC
/
Tango.TCC.LoadTestLib
/
EigenDir
/
doc
/
snippets
/
MatrixBase_asDiagonal.cpp
blob: b01082db11e644a81e5be57ed16cc604f93c002d (
plain
)
1
cout
<<
Matrix3i
(
Vector3i
(
2
,
5
,
6
).
asDiagonal
())
<<
endl
;