[C++] 2 Fragen


Ich möchte jetzt gerne GMP verwenden, weil Maple ja drauf aufbaut und ich fasziniert bin, wie schnell Maple rechnet.
Ich habe mir ein Paket heruntergeladen, was mache ich jetzt mit den ganzen .c-Dateien und wie binde ich sie in Projekte ein?
 
:D Hab ich auch schon entdeckt...

Zitat aus gmplib.org:
5. Low-level positive-integer, hard-to-use, very low overhead functions are found in the mpn category. No memory management is performed; the caller must ensure enough space is available for the results. The set of functions is not regular, nor is the calling interface. These functions accept input arguments in the form of pairs consisting of a pointer to the least significant word, and an integral size telling how many limbs (= words) there are in that argument. The functions in the other categories call mpn for almost all their calculations.
 

Neue Beiträge

Zurück