 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
real function clange(NORM, M, N, A, LDA, WORK)
CLANGE returns the value of the 1-norm, Frobenius norm, infinity-norm, or the largest absolute value ...
subroutine cgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
CGEMV
complex function cdotu(N, CX, INCX, CY, INCY)
CDOTU
subroutine claswp(N, A, LDA, K1, K2, IPIV, INCX)
CLASWP performs a series of row interchanges on a general rectangular matrix.
subroutine ctrmv(UPLO, TRANS, DIAG, N, A, LDA, X, INCX)
CTRMV
subroutine cscal(N, CA, CX, INCX)
CSCAL
real function slamch(CMACH)
SLAMCH