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

Module CSYSVX in LAPACK

General Information

Solves a complex symmetric indefinite system of linear equations AX=B, and provides an estimate of the condition number and error bounds on the solution. (Expert driver.).

Usage
CALL CSYSVX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, LWORK, RWORK, INFO )
Classification
D2c1Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (general complex non-Hermitian matrices)
Type
subroutine in LAPACK package (COMPLEX sublibrary)
Language
Fortran
Availability
Public domain, Portable
Precision
Single Precision
Alternates
ZSYSVX
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)

Installation on ARNO; Silicon Graphics Origin 2000

Location
National Institute of Standards and Technology (NIST), Gaithersburg, MD.
Contact
Gaithersburg Consulting Office: 301-975-2968, consult@nist.gov
Usage
Those logged in to arno.nist.gov or amur.nist.gov may access this module as follows.
Documentation
man csysvx
To Link
f90 prog.f -lscs (or -lscs_mp for multiprocessor version)

Installation on ITL; Unix Workstation Network

Location
National Institute of Standards and Technology (NIST), Gaithersburg, MD.
Contact
Gaithersburg Consulting Office: 301-975-2968 (FTS 879-2968)
Usage
Access available only to NIST staff on internal Unix systems. They may access this package provided the /itl tree is cross-mounted.
NeededBLAS
Can be downloaded from netlib
To Link
f77 -o myprog myprog.f -llapack -lblas
Comments? gams@nist.gov