Disabled external gits
This commit is contained in:
3
cs440-acg/ext/eigen/doc/snippets/PartialRedux_norm.cpp
Normal file
3
cs440-acg/ext/eigen/doc/snippets/PartialRedux_norm.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
Matrix3d m = Matrix3d::Random();
|
||||
cout << "Here is the matrix m:" << endl << m << endl;
|
||||
cout << "Here is the norm of each column:" << endl << m.colwise().norm() << endl;
|
Reference in New Issue
Block a user