index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
doc
/
snippets
/
MatrixBase_ones_int_int.cpp
blob: 60f5a31eb956ec955f835cd6bd9357dcea0f650d (
plain
)
1
cout << MatrixXi::Ones(2,3) << endl;