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

Go to the source code of this file.

Functions/Subroutines

subroutine dpteqr (COMPZ, N, D, E, Z, LDZ, WORK, INFO)
 DPTEQR More...
 
dpttrf
subroutine dpttrf(N, D, E, INFO)
DPTTRF
Definition: dpttrf.f:93
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
dbdsqr
subroutine dbdsqr(UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, LDU, C, LDC, WORK, INFO)
DBDSQR
Definition: dbdsqr.f:243
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
dlaset
subroutine dlaset(UPLO, M, N, ALPHA, BETA, A, LDA)
DLASET initializes the off-diagonal elements and the diagonal elements of a matrix to given values.
Definition: dlaset.f:112