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

Module SGEBRD.C in CLAPACK

General Information

Reduces a real general rectangular matrix to real bidiagonal form by an orthogonal transformation. (Computational routine.). [C version of LAPACK routine, converted from Fortran by f2c.].

Usage
int sgebrd_(integer *m, integer *n, real *a, integer *lda, real *d, real *e, re al *tauq, real *taup, real *work, integer *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
DGEBRD.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