NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
Go to the source code of this file.
Functions | |
void | initialize (double *x, int n) |
double | sum_elements (double *x, int n) |
int | main () |
void initialize | ( | double * | x, |
int | n | ||
) |
Definition at line 9 of file 02-c-style-heap.cxx.
double sum_elements | ( | double * | x, |
int | n | ||
) |
Definition at line 14 of file 02-c-style-heap.cxx.
int main | ( | void | ) |
Definition at line 21 of file 02-c-style-heap.cxx.