Sign in
nest-open-source
/
nest-cam
/
v350
/
eigen
/
9d75fdbcd2b5a2fdab03a859ddefda95ce1217ed
/
.
/
doc
/
snippets
/
MatrixBase_replicate_int_int.cpp
blob: b1dbc70bcded3df156f986f1ef4a6826454c65b8 [
file
] [
log
] [
blame
]
Vector3i
v
=
Vector3i
::
Random
();
cout
<<
"Here is the vector v:"
<<
endl
<<
v
<<
endl
;
cout
<<
"v.replicate(2,5) = ..."
<<
endl
;
cout
<<
v
.
replicate
(
2
,
5
)
<<
endl
;