Sign in
eigen
/
mirror
/
b86004226361882ea6c9308c0a940007a049d1d5
/
.
/
doc
/
snippets
/
DirectionWise_replicate_int.cpp
blob: f9b1b5355f191f7d372168c3b2929ce9cf1b1ee1 [
file
] [
log
] [
blame
]
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
;