Sign in
eigen
/
mirror
/
14e2ab02b58ba07e2be6b003bc178a0ec5e1015b
/
.
/
doc
/
snippets
/
DirectionWise_replicate_int.cpp
blob: f9b1b5355f191f7d372168c3b2929ce9cf1b1ee1 [
file
]
Vector3i
v
=
Vector3i
::
Random
();
cout
<<
"Here is the vector v:"
<<
endl
<<
v
<<
endl
;
cout
<<
"v.rowwise().replicate(5) = ..."
<<
endl
;
cout
<<
v
.
rowwise
().
replicate
(
5
)
<<
endl
;