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

Go to the source code of this file.

Functions/Subroutines

subroutine dqrt13 (SCALE, M, N, A, LDA, NORMA, ISEED)
 DQRT13 More...
 
dlascl
subroutine dlascl(TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO)
DLASCL multiplies a general rectangular matrix by a real scalar defined as cto/cfrom.
Definition: dlascl.f:145
dlange
double precision function dlange(NORM, M, N, A, LDA, WORK)
DLANGE returns the value of the 1-norm, Frobenius norm, infinity-norm, or the largest absolute value ...
Definition: dlange.f:116
dlarnv
subroutine dlarnv(IDIST, ISEED, N, X)
DLARNV returns a vector of random numbers from a uniform or normal distribution.
Definition: dlarnv.f:99
dlabad
subroutine dlabad(SMALL, LARGE)
DLABAD
Definition: dlabad.f:76
dasum
double precision function dasum(N, DX, INCX)
DASUM
Definition: dasum.f:73
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70