Go to the source code of this file.
Functions/Subroutines |
subroutine | SPTSV (N, NRHS, D, E, B, LDB, INFO) |
Function Documentation
subroutine SPTSV |
( |
INTEGER |
N, |
|
|
INTEGER |
NRHS, |
|
|
REAL,dimension( * ) |
D, |
|
|
REAL,dimension( * ) |
E, |
|
|
REAL,dimension( ldb, * ) |
B, |
|
|
INTEGER |
LDB, |
|
|
INTEGER |
INFO |
|
) |
| |