| 
    NUMCXX
    0.13.20181108
    
   Numerical library for small projects and teaching purposes 
   | 
 
 Include dependency graph for 04-cxx-style-sharedptr.cxx: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.
 Here is the call graph for this function:| int main | ( | void | ) | 
Definition at line 30 of file 04-cxx-style-sharedptr.cxx.
 Here is the call graph for this function:
 1.8.11