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

Module CSYSV.C in CLAPACK

General Information

Solves a complex symmetric indefinite system of linear equations AX=B. (Simple driver.). [C version of LAPACK routine, converted from Fortran by f2c.].

Usage
int csysv_(char *uplo, integer *n, integer *nrhs, complex *a, integer *lda, int eger *ipiv, complex *b, integer *ldb, complex *work, integer *lwork, integer * info)
Classification
D2c1Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (general complex non-Hermitian matrices)
Type
subroutine in CLAPACK package (COMPLEX sublibrary)
Language
C
Availability
Public domain, Portable
Precision
Single Precision
Alternates
ZSYSV.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