Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « scipy.linalg.lapack »

Fonction stpqrt - module scipy.linalg.lapack

Signature de la fonction stpqrt

Description

stpqrt.__doc__

a,b,t,info = stpqrt(l,nb,a,b,[overwrite_a,overwrite_b])

Wrapper for ``stpqrt``.

Parameters
----------
l : input int
nb : input int
a : input rank-2 array('f') with bounds (n,n)
b : input rank-2 array('f') with bounds (m,n)

Other Parameters
----------------
overwrite_a : input int, optional
    Default: 0
overwrite_b : input int, optional
    Default: 0

Returns
-------
a : rank-2 array('f') with bounds (n,n)
b : rank-2 array('f') with bounds (m,n)
t : rank-2 array('f') with bounds (nb,n)
info : int