scipy.linalg.lapack.sptsvx#

scipy.linalg.lapack.sptsvx(d, e, b[, fact, df, ef]) = <fortran object>#

Wrapper for sptsvx.

Parameters
dinput rank-1 array(‘f’) with bounds (n)
einput rank-1 array(‘f’) with bounds (max(0, -1 + n))
binput rank-2 array(‘f’) with bounds (ldb,nrhs)
Returns
dfrank-1 array(‘f’) with bounds (n)
efrank-1 array(‘f’) with bounds (max(0, -1 + n))
xrank-2 array(‘f’) with bounds (ldx,nrhs)
rcondfloat
ferrrank-1 array(‘f’) with bounds (nrhs)
berrrank-1 array(‘f’) with bounds (nrhs)
infoint
Other Parameters
factinput string(len=1), optional

Default: ‘N’

dfinput rank-1 array(‘f’) with bounds (n)
efinput rank-1 array(‘f’) with bounds (max(0, -1 + n))