 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
subroutine slabad(SMALL, LARGE)
SLABAD
real function sasum(N, SX, INCX)
SASUM
integer function isamax(N, SX, INCX)
ISAMAX
subroutine sgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
SGEMV
real function slange(NORM, M, N, A, LDA, WORK)
SLANGE returns the value of the 1-norm, Frobenius norm, infinity-norm, or the largest absolute value ...
subroutine scopy(N, SX, INCX, SY, INCY)
SCOPY
real function sdot(N, SX, INCX, SY, INCY)
SDOT
real function slamch(CMACH)
SLAMCH
subroutine slaqtr(LTRAN, LREAL, N, T, LDT, B, W, SCALE, X, WORK, INFO)
SLAQTR solves a real quasi-triangular system of equations, or a complex quasi-triangular system of sp...