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

Signature de la fonction sgetrf

Description

sgetrf.__doc__

lu,piv,info = sgetrf(a,[overwrite_a])

Wrapper for ``sgetrf``.

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

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

Returns
-------
lu : rank-2 array('f') with bounds (m,n) and a storage
piv : rank-1 array('i') with bounds (MIN(m,n))
info : int