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

Go to the source code of this file.

Functions/Subroutines

subroutine cqrt13 (SCALE, M, N, A, LDA, NORMA, ISEED)
 CQRT13 More...
 
clange
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 ...
Definition: clange.f:117
slabad
subroutine slabad(SMALL, LARGE)
SLABAD
Definition: slabad.f:76
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
clarnv
subroutine clarnv(IDIST, ISEED, N, X)
CLARNV returns a vector of random numbers from a uniform or normal distribution.
Definition: clarnv.f:101
scasum
real function scasum(N, CX, INCX)
SCASUM
Definition: scasum.f:74
clascl
subroutine clascl(TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO)
CLASCL multiplies a general rectangular matrix by a real scalar defined as cto/cfrom.
Definition: clascl.f:145