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

Signature de la fonction sstein

Description

sstein.__doc__

z,info = sstein(d,e,w,iblock,isplit)

Wrapper for ``sstein``.

Parameters
----------
d : input rank-1 array('f') with bounds (n)
e : input rank-1 array('f') with bounds (n - 1)
w : input rank-1 array('f') with bounds (m)
iblock : input rank-1 array('i') with bounds (n)
isplit : input rank-1 array('i') with bounds (n)

Returns
-------
z : rank-2 array('f') with bounds (ldz,m)
info : int