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

Go to the source code of this file.

Functions/Subroutines

real function sqrt12 (M, N, A, LDA, S, WORK, LWORK)
 SQRT12 More...
 
snrm2
real function snrm2(N, X, INCX)
SNRM2
Definition: snrm2.f:76
slabad
subroutine slabad(SMALL, LARGE)
SLABAD
Definition: slabad.f:76
sbdsqr
subroutine sbdsqr(UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, LDU, C, LDC, WORK, INFO)
SBDSQR
Definition: sbdsqr.f:242
sasum
real function sasum(N, SX, INCX)
SASUM
Definition: sasum.f:74
slascl
subroutine slascl(TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO)
SLASCL multiplies a general rectangular matrix by a real scalar defined as cto/cfrom.
Definition: slascl.f:145
slange
real function slange(NORM, M, N, A, LDA, WORK)
SLANGE returns the value of the 1-norm, Frobenius norm, infinity-norm, or the largest absolute value ...
Definition: slange.f:116
sgebd2
subroutine sgebd2(M, N, A, LDA, D, E, TAUQ, TAUP, WORK, INFO)
SGEBD2 reduces a general matrix to bidiagonal form using an unblocked algorithm.
Definition: sgebd2.f:191
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
slaset
subroutine slaset(UPLO, M, N, ALPHA, BETA, A, LDA)
SLASET initializes the off-diagonal elements and the diagonal elements of a matrix to given values.
Definition: slaset.f:112
sqrt12
real function sqrt12(M, N, A, LDA, S, WORK, LWORK)
SQRT12
Definition: sqrt12.f:91
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
saxpy
subroutine saxpy(N, SA, SX, INCX, SY, INCY)
SAXPY
Definition: saxpy.f:91