mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix compilation of doc
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
Array4d v(-0.5,2,0,-7);
|
||||
cout << v.erf() << endl;
|
||||
@@ -1,2 +0,0 @@
|
||||
Array4d v(-0.5,2,0,-7);
|
||||
cout << v.erfc() << endl;
|
||||
@@ -1,2 +0,0 @@
|
||||
Array4d v(0.5,10,0,-1);
|
||||
cout << v.lgamma() << endl;
|
||||
Reference in New Issue
Block a user