Sign in
third-party-mirror
/
eigen
/
2571273647cdf6673639ebe9b3aa3237c1e7a822
/
.
/
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
;