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

Module DORMBR.C in CLAPACK

General Information

Multiplies a real general matrix by one of the orthogonal transformation matrices from a reduction to bidiagonal form determined by SGEBRD. (Computational routine.). [C version of LAPACK routine, converted from Fortran by f2c.].

Usage
int sormbr_(char *vect, char *side, char *trans, integer *m, integer *n, intege r *k, real *a, integer *lda, real *tau, real *c, integer *ldc, real *work, int eger *lwork, integer *info)
Classification
D6Singular value decomposition (SVD)
Type
subroutine in CLAPACK package (DOUBLE sublibrary)
Language
C
Availability
Public domain, Portable
Precision
Double Precision
Alternates
SORMBR.C
Single Precision
See also
SGEBRD

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