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

/external/eigen/blas/
H A Ddtbmv.f1 SUBROUTINE DTBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) subroutine
13 * DTBMV performs one of the matrix-vector operations
181 CALL XERBLA('DTBMV ',INFO)
333 * End of DTBMV .

Completed in 77 milliseconds