Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
MatrixXf matA(2, 2);
|
||||
matA << 1, 2, 3, 4;
|
||||
MatrixXf matB(4, 4);
|
||||
matB << matA, matA/10, matA/10, matA;
|
||||
std::cout << matB << std::endl;
|
||||
Reference in New Issue
Block a user