SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.lapack.spbtrf

scipy.linalg.lapack.spbtrf(ab[, lower, ldab, overwrite_ab]) = <fortran object>

Wrapper for spbtrf.

Parameters:

ab : input rank-2 array(‘f’) with bounds (ldab,n)

Returns:

c : rank-2 array(‘f’) with bounds (ldab,n) and ab storage

info : int

Other Parameters:
 

lower : input int, optional

Default: 0

overwrite_ab : input int, optional

Default: 0

ldab : input int, optional

Default: shape(ab,0)