![]() |
My Project
|
#include <stdlib.h>#include <math.h>Go to the source code of this file.
Data Structures | |
| class | ap::ap_error |
| class | ap::complex |
| class | ap::const_raw_vector< T > |
| class | ap::raw_vector< T > |
| class | ap::template_1d_array< T > |
| class | ap::template_2d_array< T > |
Namespaces | |
| namespace | ap |
Macros | |
| #define | AP_ASSERT |
Typedefs | |
| typedef template_1d_array< int > | ap::integer_1d_array |
| typedef template_1d_array< double > | ap::real_1d_array |
| typedef template_1d_array< complex > | ap::complex_1d_array |
| typedef template_1d_array< bool > | ap::boolean_1d_array |
| typedef template_2d_array< int > | ap::integer_2d_array |
| typedef template_2d_array< double > | ap::real_2d_array |
| typedef template_2d_array< complex > | ap::complex_2d_array |
| typedef template_2d_array< bool > | ap::boolean_2d_array |
Variables | |
| const double | ap::machineepsilon = 5E-16 |
| const double | ap::maxrealnumber = 1E300 |
| const double | ap::minrealnumber = 1E-300 |