|
Stratax
Scientific computing containers and operations
|
#include <cstddef>#include <cstdint>#include <complex>Go to the source code of this file.
Namespaces | |
| namespace | stratax |
| namespace | stratax::core |
| namespace | stratax::core::dtype |
Typedefs | |
| using | stratax::core::dtype::bool_ = bool |
| using | stratax::core::dtype::int8 = std::int8_t |
| using | stratax::core::dtype::int16 = std::int16_t |
| using | stratax::core::dtype::int32 = std::int32_t |
| using | stratax::core::dtype::int64 = std::int64_t |
| using | stratax::core::dtype::uint8 = std::uint8_t |
| using | stratax::core::dtype::uint16 = std::uint16_t |
| using | stratax::core::dtype::uint32 = std::uint32_t |
| using | stratax::core::dtype::uint64 = std::uint64_t |
| using | stratax::core::dtype::float32 = float |
| using | stratax::core::dtype::float64 = double |
| using | stratax::core::dtype::float128 = long double |
| using | stratax::core::dtype::complex64 = std::complex<float> |
| using | stratax::core::dtype::complex128 = std::complex<double> |
| using | stratax::core::dtype::complex256 = std::complex<long double> |
| using | stratax::core::dtype::index_t = std::size_t |
| using | stratax::core::dtype::ssize_t = std::ptrdiff_t |