Disabled external gits
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Matrix3d m = Matrix3d::Identity();
|
||||
m(0,2) = 1e-4;
|
||||
cout << "Here's the matrix m:" << endl << m << endl;
|
||||
cout << "m.isUnitary() returns: " << m.isUnitary() << endl;
|
||||
cout << "m.isUnitary(1e-3) returns: " << m.isUnitary(1e-3) << endl;
|
Reference in New Issue
Block a user