Functions/Subroutines

SRC/dspsv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSPSV (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO)

Function Documentation

subroutine DSPSV ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( * )  AP,
INTEGER,dimension( * )  IPIV,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
INTEGER  INFO 
)

Definition at line 1 of file dspsv.f.