We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94407ec commit 9040b09Copy full SHA for 9040b09
src/doc/source/refman.rst
@@ -1322,6 +1322,12 @@ callback functions.
1322
The pace at which the mixed cells are computed is faster than
1323
MixedVol which is beneficial for pipelined polyhedral homotopies.
1324
1325
+To remove the dependency on C++, translation of the C++ source code into Ada
1326
+was accomplished in version 2.4.91. The translation was initiated by
1327
+running ``g++ -c -fdump-ada-spec`` on the header files in the C++ source.
1328
+The bodies of those generated Ada packages were then converted into Ada.
1329
+So, the translated code is literal, following the original logic.
1330
+
1331
The Newton-Puiseux Method
1332
-------------------------
1333
0 commit comments