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
/
TopicAliasing_mult1.cpp
blob: cd7e9004c92f5b6ea25bbc295d92fcbf541fdc02 (
plain
)
1
2
3
4
MatrixXf
matA
(
2
,
2
);
matA
<<
2
,
0
,
0
,
2
;
matA
=
matA
*
matA
;
cout
<<
matA
;