Go to the source code of this file.
|
subroutine | sd_cdrv (N, R, C, IC, IA, JA, A, B, Z, NSP, ISP, RSP, ESP, PATH, FLAG) |
|
◆ sd_cdrv()
subroutine sd_cdrv |
( |
integer, intent(in) |
N, |
|
|
integer, dimension(n), intent(inout) |
R, |
|
|
integer, dimension(n), intent(in) |
C, |
|
|
integer, dimension(*), intent(inout) |
IC, |
|
|
integer, dimension(*), intent(inout) |
IA, |
|
|
integer, dimension(*), intent(inout) |
JA, |
|
|
double precision, dimension(*), intent(inout) |
A, |
|
|
double precision, dimension(n), intent(in) |
B, |
|
|
double precision, dimension(n), intent(inout) |
Z, |
|
|
integer, intent(in) |
NSP, |
|
|
integer, dimension(*), intent(inout) |
ISP, |
|
|
double precision, dimension(nsp), intent(inout) |
RSP, |
|
|
integer, intent(inout) |
ESP, |
|
|
integer, intent(in) |
PATH, |
|
|
integer, intent(inout) |
FLAG |
|
) |
| |
- Parameters
-
[in] | n | A Nonzero entries of the coefficient matrix m, STORED BY ROWS |
[in] | B | Right-hand side b ; |
[in] | C | Ordering of the columns of matrix |
| | |
Definition at line 7 of file sd_cdrv.f.