scipy.special.obl_cv#
- scipy.special.obl_cv(m,n,c,out=None)=<ufunc'obl_cv'>#
Characteristic value of oblate spheroidal function
Computes the characteristic value of oblate spheroidal wavefunctions of orderm,n (n>=m) and spheroidal parameterc.
- Parameters:
- marray_like
Mode parameter m (nonnegative)
- narray_like
Mode parameter n (>= m)
- carray_like
Spheroidal parameter
- outndarray, optional
Optional output array for the function results
- Returns:
- cvscalar or ndarray
Characteristic value
On this page