This website works better with JavaScript.
Home
Explore
Help
Sign In
pauline
/
ArianeundPauline
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36
Commits
1
Branch
0
Tags
2.6 MiB
C++
79.6%
Fortran
13%
CMake
3.2%
C
2.4%
Cuda
1.3%
Other
0.2%
Tree:
555040259b
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '555040259b'
${ noResults }
ArianeundPauline
/
abgabe4nochmal
/
eigen-3.3.7
/
doc
/
snippets
/
Map_simple.cpp
3 lines
93 B
Raw
Blame
History
int
array
[
9
]
;
for
(
int
i
=
0
;
i
<
9
;
+
+
i
)
array
[
i
]
=
i
;
cout
<
<
Map
<
Matrix3i
>
(
array
)
<
<
endl
;