Files
smart_wasm/Eigen3/doc/snippets/MatrixBase_zero_int_int.cpp
2026-06-01 15:55:59 +08:00

2 lines
37 B
C++

cout << MatrixXi::Zero(2,3) << endl;