mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
more documentation, 12 more code snippets
This commit is contained in:
2
doc/snippets/MatrixBase_zero_int.cpp
Normal file
2
doc/snippets/MatrixBase_zero_int.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
cout << RowVectorXi::zero(4) << endl;
|
||||
cout << VectorXf::zero(2) << endl;
|
||||
Reference in New Issue
Block a user