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 dgels - module scipy.linalg.lapack

Signature de la fonction dgels

Description

dgels.__doc__

lqr,x,info = dgels(a,b,[trans,lwork,overwrite_a,overwrite_b])

Wrapper for ``dgels``.

Parameters
----------
a : input rank-2 array('d') with bounds (m,n)
b : input rank-2 array('d') with bounds (MAX(m,n),nrhs)

Other Parameters
----------------
trans : input string(len=1), optional
    Default: 'N'
overwrite_a : input int, optional
    Default: 0
overwrite_b : input int, optional
    Default: 0
lwork : input int, optional
    Default: MAX(MIN(m,n)+MAX(MIN(m,n),nrhs),1)

Returns
-------
lqr : rank-2 array('d') with bounds (m,n) and a storage
x : rank-2 array('d') with bounds (MAX(m,n),nrhs) and b storage
info : int