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.blas »

Fonction dspmv - module scipy.linalg.blas

Signature de la fonction dspmv

Description

dspmv.__doc__

yout = dspmv(n,alpha,ap,x,[incx,offx,beta,y,incy,offy,lower,overwrite_y])

Wrapper for ``dspmv``.

Parameters
----------
n : input int
alpha : input float
ap : input rank-1 array('d') with bounds (*)
x : input rank-1 array('d') with bounds (*)

Other Parameters
----------------
incx : input int, optional
    Default: 1
offx : input int, optional
    Default: 0
beta : input float, optional
    Default: 0.0
y : input rank-1 array('d') with bounds (ly)
overwrite_y : input int, optional
    Default: 0
incy : input int, optional
    Default: 1
offy : input int, optional
    Default: 0
lower : input int, optional
    Default: 0

Returns
-------
yout : rank-1 array('d') with bounds (ly) and y storage