mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove doc/snippets/MatrixBase_minor.cpp because minor() was removed.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
Matrix3i m = Matrix3i::Random();
|
||||
cout << "Here is the matrix m:" << endl << m << endl;
|
||||
cout << "Here is m.minor(1,1):" << endl << m.minor(1,1) << endl;
|
||||
Reference in New Issue
Block a user