mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Rename isinf to isInf
This commit is contained in:
@@ -2,4 +2,4 @@ Array3d v(1,2,3);
|
||||
v(1) *= 0.0/0.0;
|
||||
v(2) /= 0.0;
|
||||
cout << v << endl << endl;
|
||||
cout << isinf(v) << endl;
|
||||
cout << isInf(v) << endl;
|
||||
Reference in New Issue
Block a user