mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-19 16:19:37 +08:00
Remove doc/snippets/MatrixBase_minor.cpp because minor() was removed.
This commit is contained in:
parent
34b3cdb82c
commit
4f83d6ad19
@ -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;
|
Loading…
x
Reference in New Issue
Block a user