LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
sbdt01.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine sbdt01 (M, N, KD, A, LDA, Q, LDQ, D, E, PT, LDPT, WORK, RESID)
 SBDT01 More...
 
sgemv
subroutine sgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
SGEMV
Definition: sgemv.f:158
scopy
subroutine scopy(N, SX, INCX, SY, INCY)
SCOPY
Definition: scopy.f:84