scipy.linalg.lapack.dtrsen#

scipy.linalg.lapack.dtrsen(select, t, q[, job, wantq, lwork, liwork, overwrite_t, overwrite_q]) = <fortran function dtrsen>#

Wrapper für dtrsen.

Parameter:
selectEingabe-Array der Rang-1 mit Grenzen (n)
tinput rank-2 array(‘d’) with bounds (n,n)
qinput rank-2 array(‘d’) with bounds (n,n)
Rückgabe:
tsrank-2 array(‘d’) with bounds (n,n) und t storage
qsrank-2 array(‘d’) with bounds (n,n) und q storage
wrrank-1 array(‘d’) with bounds (n)
wirank-1 array(‘d’) with bounds (n)
mint
sfloat
sepfloat
infoint
Andere Parameter:
jobinput bytes, optional

Standard: ‘B’

wantqInput-Integer, optional

Standard: 1

overwrite_tinput int, optional

Standard: 0

overwrite_qInput-Integer, optional

Standard: 0

lworkEingabe int, optional

Default: MAX(1,n)

liworkEingabe Ganzzahl, optional

Standard: 1