[Home] . . . Search by [Problem] [Package] [Name or Keyword] . . . [Math at NIST]

Module DBDSQR.C in CLAPACK

General Information

Computes the singular value decomposition (SVD) of a real bidiagonal matrix, using the bidiagonal QR algorithm. (Computational routine.). [C version of LAPACK routine, converted from Fortran by f2c.].

Usage
int dbdsqr_(char *uplo, integer *n, integer *ncvt, integer * nru, integer *ncc, doublereal *d, doublereal *e, doublereal *vt, integer *ldvt, doublereal *u, in teger *ldu, doublereal *c, integer * ldc, doublereal *work, integer *info)
Classification
D6Singular value decomposition (SVD)
Type
subroutine in CLAPACK package (DOUBLE sublibrary)
Language
C
Availability
Public domain, Portable
Precision
Double Precision
Alternates
SBDSQR.C
Single Precision

Download from NETLIB; Public access repository

Location
The University of Tennessee at Knoxville and Bell Laboratories
Contact
Jack Dongarra, ORNL (dongarra@cs.utk.edu) and Eric Grosse, Bell Labs (ehg@research.att.com)
Comments? gams@nist.gov