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

Signature de la fonction clauum

Description

clauum.__doc__

a,info = clauum(c,[lower,overwrite_c])

Wrapper for ``clauum``.

Parameters
----------
c : input rank-2 array('F') with bounds (n,n)

Other Parameters
----------------
overwrite_c : input int, optional
    Default: 0
lower : input int, optional
    Default: 0

Returns
-------
a : rank-2 array('F') with bounds (n,n) and c storage
info : int