This website requires JavaScript.
Explore
Help
Sign In
manolas
/
threed-beam-fea
Watch
1
Star
0
Fork
You've already forked threed-beam-fea
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
28ed5ed215
threed-beam-fea
/
ext
/
eigen-3.2.7
/
doc
/
snippets
/
TopicAliasing_mult1.cpp
5 lines
76 B
C++
Raw
Blame
History
MatrixXf
matA
(
2
,
2
)
;
matA
<
<
2
,
0
,
0
,
2
;
matA
=
matA
*
matA
;
cout
<
<
matA
;
Reference in New Issue
View Git Blame
Copy Permalink