LAPACK 3.3.1
Linear Algebra PACKage

dlasd1.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DLASD1 (NL, NR, SQRE, D, ALPHA, BETA, U, LDU, VT, LDVT, IDXQ, IWORK, WORK, INFO)

Function Documentation

subroutine DLASD1 ( INTEGER  NL,
INTEGER  NR,
INTEGER  SQRE,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION  ALPHA,
DOUBLE PRECISION  BETA,
DOUBLE PRECISION,dimension( ldu, * )  U,
INTEGER  LDU,
DOUBLE PRECISION,dimension( ldvt, * )  VT,
INTEGER  LDVT,
INTEGER,dimension( * )  IDXQ,
INTEGER,dimension( * )  IWORK,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file dlasd1.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions