xref
: /
external
/
eigen
/
doc
/
snippets
/
MatrixBase_setRandom.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
Matrix4i
m
=
Matrix4i
::
Zero
();
2
m
.
col
(
1
).
setRandom
();
3
cout
<<
m
<<
endl
;
4