Searched defs:CHPMV (Results 1 - 1 of 1) sorted by relevance

/external/eigen/blas/
H A Dchpmv.f1 SUBROUTINE CHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) subroutine
14 * CHPMV performs the matrix-vector operation
136 CALL XERBLA('CHPMV ',INFO)
270 * End of CHPMV .

Completed in 64 milliseconds