Einsums/HPTT/Files.hpp#
Defined in header Einsums/HPTT/Files.hpp.
See Overview for a list of names and headers that are part of the public Einsums API.
-
namespace hptt
- Author
: Paul Springer (springer@aices.rwth-aachen.de)
Typedefs
-
typedef struct hptt::NodeConstants NodeConstants#
-
typedef struct hptt::TransposeConstants TransposeConstants#
-
typedef struct hptt::FileHeader FileHeader#
File header specification for transpose files.
Functions
-
char endian_char()#
-
template<>
uint8_t byteswap<uint8_t>(uint8_t value) noexcept#
-
template<>
uint16_t byteswap<uint16_t>(uint16_t value) noexcept#
-
template<>
uint32_t byteswap<uint32_t>(uint32_t value) noexcept#
-
template<>
int32_t byteswap<int32_t>(int32_t value) noexcept#
-
struct FileHeader
- #include <Files.hpp>
File header specification for transpose files.
-
struct NodeConstants
-
struct TransposeConstants