-
Notifications
You must be signed in to change notification settings - Fork 1
pwl/yapdes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
* mpreal support to install mprf c++ bindings: - install mpfr (for example via apt-get install libmpfr-dev) - cd mpreal && sudo make install ** what works: - can be compiled using g++ 4.4.5 - no memory leaks are present - test/storage works properly ** what does not work: - no unified printing interface for various data types including mpreal ** how did I solve it? - for mpreal replace all malloc, realloc and free with new and delete (this can be done using c++ specialized templates and existing ODE_MALLOC like macros). - replace memcpy with copying using '='
About
Yet another partial differential equations solver
Resources
Stars
Watchers
Forks
Packages 0
No packages published