|
Macaulay2 Engine
|
#include <SLP-defs.hpp>
Public Types | |
| typedef SLEvaluatorConcrete< RT > | EType |
Public Member Functions | |
| HomotopyConcrete (EType &Hx, EType &Hxt, EType &HxH) | |
| bool | track (const MutableMatrix *inputs, MutableMatrix *outputs, MutableMatrix *output_extras, gmp_RR init_dt, gmp_RR min_dt, gmp_RR epsilon, int max_corr_steps, gmp_RR infinity_threshold, bool checkPrecision) |
| void | text_out (buffer &o) const |
| Public Member Functions inherited from Homotopy | |
| virtual | ~Homotopy () |
| Public Member Functions inherited from MutableEngineObject | |
| MutableEngineObject () | |
| virtual | ~MutableEngineObject () |
| unsigned int | hash () const |
| Public Member Functions inherited from our_gc_cleanup | |
| our_gc_cleanup () | |
| virtual | ~our_gc_cleanup () |
Private Attributes | |
| EType & | mHx |
| EType & | mHxt |
| EType & | mHxH |
Additional Inherited Members | |
| Static Public Member Functions inherited from our_new_delete | |
| static void * | operator new (size_t size) |
| static void * | operator new[] (size_t size) |
| static void | operator delete (void *obj) |
| static void | operator delete[] (void *obj) |
| static void * | operator new (size_t size, void *existing_memory) |
| static void * | operator new[] (size_t size, void *existing_memory) |
| static void | operator delete (void *obj, void *existing_memory) |
| static void | operator delete[] (void *obj, void *existing_memory) |
Definition at line 377 of file SLP-defs.hpp.