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

Signature de la fonction cunmqr

Description

cunmqr.__doc__

cq,work,info = cunmqr(side,trans,a,tau,c,lwork,[overwrite_c])

Wrapper for ``cunmqr``.

Parameters
----------
side : input string(len=1)
trans : input string(len=1)
a : input rank-2 array('F') with bounds (lda,k)
tau : input rank-1 array('F') with bounds (k)
c : input rank-2 array('F') with bounds (ldc,n)
lwork : input int

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

Returns
-------
cq : rank-2 array('F') with bounds (ldc,n) and c storage
work : rank-1 array('F') with bounds (MAX(lwork,1))
info : int