This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.strtrs¶
- scipy.linalg.lapack.strtrs = <fortran object>¶
- strtrs - Function signature:
- x,info = strtrs(a,b,[lower,trans,unitdiag,lda,overwrite_b])
- Required arguments:
- a : input rank-2 array(‘f’) with bounds (lda,n) b : input rank-2 array(‘f’) with bounds (ldb,nrhs)
- Optional arguments:
- lower := 0 input int trans := 0 input int unitdiag := 0 input int lda := shape(a,0) input int overwrite_b := 0 input int
- Return objects:
- x : rank-2 array(‘f’) with bounds (ldb,nrhs) and b storage info : int