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