pub fn lambert_w_array<D>(
input: &Array<Complex64, D>,
branch: i32,
tolerance: f64,
_config: &ArrayConfig,
) -> SpecialResult<Array<Complex64, D>>where
D: Dimension,Expand description
Apply Lambert W function to complex array
pub fn lambert_w_array<D>(
input: &Array<Complex64, D>,
branch: i32,
tolerance: f64,
_config: &ArrayConfig,
) -> SpecialResult<Array<Complex64, D>>where
D: Dimension,Apply Lambert W function to complex array