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

Go to the source code of this file.

Functions/Subroutines

subroutine clapll (N, X, INCX, Y, INCY, SSMIN)
 CLAPLL measures the linear dependence of two vectors. More...
 
clarfg
subroutine clarfg(N, ALPHA, X, INCX, TAU)
CLARFG generates an elementary reflector (Householder matrix).
Definition: clarfg.f:108
slas2
subroutine slas2(F, G, H, SSMIN, SSMAX)
SLAS2 computes singular values of a 2-by-2 triangular matrix.
Definition: slas2.f:109
cdotc
complex function cdotc(N, CX, INCX, CY, INCY)
CDOTC
Definition: cdotc.f:85
caxpy
subroutine caxpy(N, CA, CX, INCX, CY, INCY)
CAXPY
Definition: caxpy.f:90