-add set...() methods and their documentation; remove Generic
-use row-major traversal when the number of columns is fixed and the number of rows is dynamic -other minor changes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Matrix4i m = Matrix4i::zero();
|
||||
m.col(1).setRandom();
|
||||
cout << m << endl;
|
||||
Reference in New Issue
Block a user