Sign in
nest-open-source
/
nest-cam
/
v350
/
eigen
/
9d75fdbcd2b5a2fdab03a859ddefda95ce1217ed
/
.
/
doc
/
snippets
/
Tutorial_commainit_01.cpp
blob: 47ba31dc9f364ba52256eda4817ac38f097f3316 [
file
] [
log
] [
blame
]
Matrix3f
m
;
m
<<
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
;
std
::
cout
<<
m
;