Sign in
eigen
/
mirror
/
2b7b7aac57130228c8057aac7c4782bd1278c923
/
.
/
doc
/
snippets
/
MatrixBase_replicate_int_int.cpp
blob: 1aee265b3243ee011950ca68b23809c5680f3f77 [
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
;