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

Signature de la fonction cungqr

Description

cungqr.__doc__

q,work,info = cungqr(a,tau,[lwork,overwrite_a])

Wrapper for ``cungqr``.

Parameters
----------
a : input rank-2 array('F') with bounds (m,n)
tau : input rank-1 array('F') with bounds (k)

Other Parameters
----------------
overwrite_a : input int, optional
    Default: 0
lwork : input int, optional
    Default: max(3*n,1)

Returns
-------
q : rank-2 array('F') with bounds (m,n) and a storage
work : rank-1 array('F') with bounds (MAX(lwork,1))
info : int