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
f9974df76f
threed-beam-fea
/
ext
/
eigen-3.2.7
/
doc
/
snippets
/
Map_simple.cpp
4 lines
93 B
C++
Raw
Blame
History
int
array
[
9
]
;
for
(
int
i
=
0
;
i
<
9
;
+
+
i
)
array
[
i
]
=
i
;
cout
<
<
Map
<
Matrix3i
>
(
array
)
<
<
endl
;
Reference in New Issue
View Git Blame
Copy Permalink