Disabled external gits
This commit is contained in:
5
cs440-acg/ext/eigen/doc/snippets/MatrixBase_end_int.cpp
Normal file
5
cs440-acg/ext/eigen/doc/snippets/MatrixBase_end_int.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
RowVector4i v = RowVector4i::Random();
|
||||
cout << "Here is the vector v:" << endl << v << endl;
|
||||
cout << "Here is v.tail(2):" << endl << v.tail(2) << endl;
|
||||
v.tail(2).setZero();
|
||||
cout << "Now the vector v is:" << endl << v << endl;
|
Reference in New Issue
Block a user