NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
Go to the source code of this file.
Classes | |
struct | triangle::triangulateio |
Namespaces | |
triangle | |
numcxx | |
Numcxx template library. | |
Macros | |
#define | VOID void |
#define | REAL double |
#define | ANSI_DECLARATORS |
Functions | |
void | triangle::triangulate (char *, struct triangulateio *, struct triangulateio *, struct triangulateio *) |
void | triangle::trifree (VOID *memptr) |
void | numcxx::print_triangulateio (triangle::triangulateio *in) |
double | numcxx::dist (const numcxx::DArray2 &points, int p1, int p2) |
#define VOID void |
Definition at line 9 of file simplegrid.cxx.
#define REAL double |
Definition at line 10 of file simplegrid.cxx.
#define ANSI_DECLARATORS |
Definition at line 11 of file simplegrid.cxx.