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

Go to the source code of this file.

Functions/Subroutines

subroutine slapll (N, X, INCX, Y, INCY, SSMIN)
 SLAPLL measures the linear dependence of two vectors. More...
 
slas2
subroutine slas2(F, G, H, SSMIN, SSMAX)
SLAS2 computes singular values of a 2-by-2 triangular matrix.
Definition: slas2.f:109
slarfg
subroutine slarfg(N, ALPHA, X, INCX, TAU)
SLARFG generates an elementary reflector (Householder matrix).
Definition: slarfg.f:108
sdot
real function sdot(N, SX, INCX, SY, INCY)
SDOT
Definition: sdot.f:84
saxpy
subroutine saxpy(N, SA, SX, INCX, SY, INCY)
SAXPY
Definition: saxpy.f:91