scipy.special.pro_rad1_cv#

scipy.special.pro_rad1_cv(m, n, c, cv, x, out=None) = <ufunc 'pro_rad1_cv'>#

扁長橢球徑向函數 pro_rad1,用於預先計算的特徵值

計算第一類扁長橢球徑向函數及其導數(相對於 x),適用於模式參數 m>=0 和 n>=m、橢球參數 c 以及 x > 1.0。需要預先計算的特徵值。

參數:
marray_like

非負模式參數 m

narray_like

模式參數 n (>= m)

carray_like

橢球參數

cvarray_like

特徵值

xarray_like

實數參數 (x > 1.0)

outndarray, optional

函數結果的可選輸出陣列

返回:
sscalar or ndarray

函數值

spscalar or ndarray

相對於 x 的導數值