scipy.linalg.lapack.slasd4¶
-
scipy.linalg.lapack.
slasd4
(i, d, z[, rho]) = <fortran object>¶ Wrapper for
slasd4
.- Parameters
- iinput int
- dinput rank-1 array(‘f’) with bounds (n)
- zinput rank-1 array(‘f’) with bounds (n)
- Returns
- deltarank-1 array(‘f’) with bounds (n)
- sigmafloat
- workrank-1 array(‘f’) with bounds (n)
- infoint
- Other Parameters
- rhoinput float, optional
Default: 1.0