|
Stratax
Scientific computing containers and operations
|
Typedefs | |
| using | bool_ = bool |
| using | int8 = std::int8_t |
| using | int16 = std::int16_t |
| using | int32 = std::int32_t |
| using | int64 = std::int64_t |
| using | uint8 = std::uint8_t |
| using | uint16 = std::uint16_t |
| using | uint32 = std::uint32_t |
| using | uint64 = std::uint64_t |
| using | float32 = float |
| using | float64 = double |
| using | float128 = long double |
| using | complex64 = std::complex<float> |
| using | complex128 = std::complex<double> |
| using | complex256 = std::complex<long double> |
| using | index_t = std::size_t |
| using | ssize_t = std::ptrdiff_t |
| using stratax::core::dtype::bool_ = bool |
| using stratax::core::dtype::complex128 = std::complex<double> |
| using stratax::core::dtype::complex256 = std::complex<long double> |
| using stratax::core::dtype::complex64 = std::complex<float> |
| using stratax::core::dtype::float128 = long double |
| using stratax::core::dtype::float32 = float |
| using stratax::core::dtype::float64 = double |
| using stratax::core::dtype::index_t = std::size_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::int8 = std::int8_t |
| using stratax::core::dtype::ssize_t = std::ptrdiff_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::uint8 = std::uint8_t |