3 lines
75 B
C++
Raw Permalink Normal View History

2022-04-07 18:46:57 +02:00
cout << Matrix2d::Ones() << endl;
cout << 6 * RowVector4i::Ones() << endl;