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 14 of file 01-c-style-stack.cxx.
double sum_elements | ( | double * | x, |
int | n | ||
) |
Definition at line 20 of file 01-c-style-stack.cxx.
int main | ( | void | ) |
Definition at line 27 of file 01-c-style-stack.cxx.