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

Module SGESVD.C in CLAPACK

General Information

Computes the singular value decomposition (SVD) of a general rectangular matrix. (Simple driver.). [C version of LAPACK routine, converted from Fortran by f2c.].

Usage
int sgesvd_(char *jobu, char *jobvt, integer *m, integer *n, real *a, integer * lda, real *s, real *u, integer *ldu, real *vt, integer *ldvt, real *work, inte ger *lwork, integer *info)
Classification
D6Singular value decomposition (SVD)
Type
subroutine in CLAPACK package (SINGLE sublibrary)
Language
C
Availability
Public domain, Portable
Precision
Single Precision
Alternates
DGESVD.C
Double 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