|
HRCore V1.1.0
A High Resolution Calculation Library
|
HRCore main namespace, contains all classes. More...
Namespaces | |
| namespace | Exception |
| A namespace contains HRCore standard exceptions. | |
| namespace | Internal |
| A namespace that contains internally used functions. | |
| namespace | Storage |
| A namespace contains Storage interface and implements. | |
| namespace | Utils |
| A namespace that contains utils for HRCore. | |
| namespace | Value |
| A namespace that contains mathematic data type. | |
Typedefs | |
| using | ival_t = uint32_t |
| using | idval_t = uint64_t |
| using | complex_t = std::complex< float > |
| Complex number type using std::complex<float> More... | |
| using | BINT = Value::Integer |
| using | BFLOAT = Value::Float |
| template<typename T , typename U > | |
| using | BEXP = Utils::Expression< T, U > |
HRCore main namespace, contains all classes.
This namespace also export user classes.
| using HRCore::BEXP = typedef Utils::Expression<T, U> |
| using HRCore::BFLOAT = typedef Value::Float |
| using HRCore::BINT = typedef Value::Integer |
| using HRCore::complex_t = typedef std::complex<float> |