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

Go to the source code of this file.

Functions/Subroutines

subroutine sget39 (RMAX, LMAX, NINFO, KNT)
 SGET39 More...
 
slabad
subroutine slabad(SMALL, LARGE)
SLABAD
Definition: slabad.f:76
sasum
real function sasum(N, SX, INCX)
SASUM
Definition: sasum.f:74
isamax
integer function isamax(N, SX, INCX)
ISAMAX
Definition: isamax.f:73
sgemv
subroutine sgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
SGEMV
Definition: sgemv.f:158
slange
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 ...
Definition: slange.f:116
scopy
subroutine scopy(N, SX, INCX, SY, INCY)
SCOPY
Definition: scopy.f:84
sdot
real function sdot(N, SX, INCX, SY, INCY)
SDOT
Definition: sdot.f:84
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
slaqtr
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...
Definition: slaqtr.f:167