OpenGrok
Cross Reference: MatrixBase_ones_int_int.cpp
xref
: /
external
/
eigen
/
doc
/
snippets
/
MatrixBase_ones_int_int.cpp
Home
|
History
|
Annotate
|
Download
|
only in
snippets
1
cout
<<
MatrixXi
::
Ones
(
2,3
) <<
endl
;
2