fftarray.Array.into_factors_applied

fftarray.Array.into_factors_applied#

Array.into_factors_applied(factors_applied: bool | Iterable[bool], /) Array[source]#

Change the factors_applied state. Note that the values of the returned Array will be of dtype complex, no matter if the factors_applied state changed.

Parameters:

factors_applied (Union[bool, Iterable[bool]]) – The new factors_applied state.

Returns:

A new Array whose values correspond to the new factors_applied state.

Return type:

Array