Home
last modified time | relevance | path

Searched defs:SSPMV (Results 1 – 1 of 1) sorted by relevance

/external/eigen/blas/fortran/
Dsspmv.f1 SUBROUTINE SSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) subroutine
14 * SSPMV performs the matrix-vector operation argument
101 REAL ONE,ZERO
105 REAL TEMP1,TEMP2
129 CALL XERBLA('SSPMV ',INFO) argument
160 10 CONTINUE
164 20 CONTINUE
172 30 CONTINUE
177 40 CONTINUE
196 50 CONTINUE
[all …]