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

Go to the source code of this file.

Functions/Subroutines

subroutine sbdt02 (M, N, B, LDB, C, LDC, U, LDU, WORK, RESID)
 SBDT02 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