NumpyFFTWBackend.unravel_index# NumpyFFTWBackend.unravel_index(indices, shape)[source]# Convert flat index to array indices. Parameters: indicesBackendArrayInput data. shapetuple of intsShape of the array used for unraveling. Returns: BackendArrayArray indices.