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

2 lines
37 B
C++

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