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

Go to the source code of this file.

Functions/Subroutines

subroutine dlapll (N, X, INCX, Y, INCY, SSMIN)
 DLAPLL measures the linear dependence of two vectors. More...
 
dlarfg
subroutine dlarfg(N, ALPHA, X, INCX, TAU)
DLARFG generates an elementary reflector (Householder matrix).
Definition: dlarfg.f:108
dlas2
subroutine dlas2(F, G, H, SSMIN, SSMAX)
DLAS2 computes singular values of a 2-by-2 triangular matrix.
Definition: dlas2.f:109
ddot
double precision function ddot(N, DX, INCX, DY, INCY)
DDOT
Definition: ddot.f:84
daxpy
subroutine daxpy(N, DA, DX, INCX, DY, INCY)
DAXPY
Definition: daxpy.f:91