23 #ifndef MATRIX_FLOAT_H 24 #define MATRIX_FLOAT_H 29 #include <type_traits> 75 "ABI: Matrix_float size mismatch");
78 static_assert(
sizeof(
QGD_Complex8) == 8,
"QGD_Complex8 must be 8 bytes");
79 static_assert(std::is_standard_layout<QGD_Complex8>::value &&
80 std::is_trivial<QGD_Complex8>::value,
81 "QGD_Complex8 must be standard layout and trivial");
83 #endif // MATRIX_FLOAT_H
Structure type representing single-precision complex numbers.
Matrix_float(Matrix_T< QGD_Complex8 > &&base) noexcept
Double-precision complex matrix (float64).
Single-precision complex matrix (float32).
Matrix_float copy() const
Call to create a copy of the matrix.