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.
qr,tau,work,info = zgerqf(a,[lwork,overwrite_a])
Wrapper for ``zgerqf``.
Parameters
----------
a : input rank-2 array('D') with bounds (m,n)
Other Parameters
----------------
overwrite_a : input int, optional
Default: 0
lwork : input int, optional
Default: max(3*m,1)
Returns
-------
qr : rank-2 array('D') with bounds (m,n) and a storage
tau : rank-1 array('D') with bounds (MIN(m,n))
work : rank-1 array('D') with bounds (MAX(lwork,1))
info : int
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 :