Stratax
Scientific computing containers and operations
Loading...
Searching...
No Matches
stratax::core::dtype Namespace Reference

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

Typedef Documentation

◆ bool_

Definition at line 10 of file Types.hpp.

◆ complex128

using stratax::core::dtype::complex128 = std::complex<double>

Definition at line 27 of file Types.hpp.

◆ complex256

using stratax::core::dtype::complex256 = std::complex<long double>

Definition at line 28 of file Types.hpp.

◆ complex64

using stratax::core::dtype::complex64 = std::complex<float>

Definition at line 26 of file Types.hpp.

◆ float128

using stratax::core::dtype::float128 = long double

Definition at line 24 of file Types.hpp.

◆ float32

Definition at line 22 of file Types.hpp.

◆ float64

Definition at line 23 of file Types.hpp.

◆ index_t

using stratax::core::dtype::index_t = std::size_t

Definition at line 30 of file Types.hpp.

◆ int16

using stratax::core::dtype::int16 = std::int16_t

Definition at line 13 of file Types.hpp.

◆ int32

using stratax::core::dtype::int32 = std::int32_t

Definition at line 14 of file Types.hpp.

◆ int64

using stratax::core::dtype::int64 = std::int64_t

Definition at line 15 of file Types.hpp.

◆ int8

using stratax::core::dtype::int8 = std::int8_t

Definition at line 12 of file Types.hpp.

◆ ssize_t

using stratax::core::dtype::ssize_t = std::ptrdiff_t

Definition at line 31 of file Types.hpp.

◆ uint16

using stratax::core::dtype::uint16 = std::uint16_t

Definition at line 18 of file Types.hpp.

◆ uint32

using stratax::core::dtype::uint32 = std::uint32_t

Definition at line 19 of file Types.hpp.

◆ uint64

using stratax::core::dtype::uint64 = std::uint64_t

Definition at line 20 of file Types.hpp.

◆ uint8

using stratax::core::dtype::uint8 = std::uint8_t

Definition at line 17 of file Types.hpp.