NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
Go to the source code of this file.
Functions | |
void | initialize (std::shared_ptr< std::vector< double >> x) |
double | sum_elements (std::shared_ptr< std::vector< double >> x) |
int | main () |
void initialize | ( | std::shared_ptr< std::vector< double >> | x | ) |
Definition at line 14 of file 04-cxx-style-sharedptr.cxx.
double sum_elements | ( | std::shared_ptr< std::vector< double >> | x | ) |
Definition at line 23 of file 04-cxx-style-sharedptr.cxx.
int main | ( | void | ) |
Definition at line 30 of file 04-cxx-style-sharedptr.cxx.