Skip to content
GitLab
Explore
Sign in
libRaptorQ
external
eigen3
doc
snippets
MatrixBase_setRandom.cpp
Find file
Normal view
History
Permalink
MatrixBase_setRandom.cpp
72 B
Newer
Older
CMake rewrite
Luker
committed
Mar 07, 2016
1
2
3
Matrix4i
m
=
Matrix4i
::
Zero
();
m
.
col
(
1
).
setRandom
();
cout
<<
m
<<
endl
;