NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
Go to the source code of this file.
Functions | |
void | initialize (numcxx::DArray1 &X) |
double | sum_elements (numcxx::DArray1 &X) |
int | main () |
void initialize | ( | numcxx::DArray1 & | X | ) |
Definition at line 11 of file 11-numcxx-ref.cxx.
double sum_elements | ( | numcxx::DArray1 & | X | ) |
Definition at line 18 of file 11-numcxx-ref.cxx.
int main | ( | void | ) |
Definition at line 25 of file 11-numcxx-ref.cxx.