Expand description
Adaptors for Complex and Array. These can be used to restore the data or construct ArrayObject without num::complex, ndarray or nalgebra.
Structsยง
- Pair
- Pair(re, im) for a single complex.
- VecShape
- VecShape(elements in row major order, shape of array) for any type T.
- VecVec
- VecVec(re vector, im vector) for complex vector.
- VecVec
Shape - VecVecShape(real elements in row major order, imaginary elements in row major order, shape of array) for complex array.