ExaTN
exatn.hpp
1 #ifndef EXATN_HPP_
2 #define EXATN_HPP_
3 
4 #include "exatn_service.hpp"
5 #include "exatn_numerics.hpp"
6 
7 namespace exatn {
8 
10 void initialize();
11 
13 bool isInitialized();
14 
16 void finalize();
17 
18 } //namespace exatn
19 
20 #endif //EXATN_HPP_
exatn::initialize
void initialize()
Definition: exatn.cpp:7
exatn::isInitialized
bool isInitialized()
Definition: exatn.cpp:19
exatn
Definition: DriverClient.hpp:10
exatn::finalize
void finalize()
Definition: exatn.cpp:24