array_object

Module adaptor

Source
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(re, im) for a single complex.
  • VecShape(elements in row major order, shape of array) for any type T.
  • VecVec(re vector, im vector) for complex vector.
  • VecVecShape(real elements in row major order, imaginary elements in row major order, shape of array) for complex array.