|
|
@ -132,11 +132,12 @@ typedef struct {
|
|
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
void
|
|
|
|
psb_zsludist_factor_(int *n, int *nl, int *nnzl, int *ffstr,
|
|
|
|
psb_zsludist_factor_(int *n, int *nl, int *nnzl, int *ffstr,
|
|
|
|
doublecomplex *values, int *rowptr, int *colind,
|
|
|
|
|
|
|
|
#ifdef Have_SLUDist_
|
|
|
|
#ifdef Have_SLUDist_
|
|
|
|
|
|
|
|
doublecomplex *values, int *rowptr, int *colind,
|
|
|
|
fptr *f_factors, /* a handle containing the address
|
|
|
|
fptr *f_factors, /* a handle containing the address
|
|
|
|
pointing to the factored matrices */
|
|
|
|
pointing to the factored matrices */
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
|
|
|
|
void *values, int *rowptr, int *colind,
|
|
|
|
void *f_factors,
|
|
|
|
void *f_factors,
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
int *nprow, int *npcol, int *info)
|
|
|
|
int *nprow, int *npcol, int *info)
|
|
|
@ -239,11 +240,12 @@ psb_zsludist_factor_(int *n, int *nl, int *nnzl, int *ffstr,
|
|
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
void
|
|
|
|
psb_zsludist_solve_(int *itrans, int *n, int *nrhs,
|
|
|
|
psb_zsludist_solve_(int *itrans, int *n, int *nrhs,
|
|
|
|
doublecomplex *b, int *ldb,
|
|
|
|
|
|
|
|
#ifdef Have_SLUDist_
|
|
|
|
#ifdef Have_SLUDist_
|
|
|
|
|
|
|
|
doublecomplex *b, int *ldb,
|
|
|
|
fptr *f_factors, /* a handle containing the address
|
|
|
|
fptr *f_factors, /* a handle containing the address
|
|
|
|
pointing to the factored matrices */
|
|
|
|
pointing to the factored matrices */
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
|
|
|
|
void *b, int *ldb,
|
|
|
|
void *f_factors,
|
|
|
|
void *f_factors,
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
int *info)
|
|
|
|
int *info)
|
|
|
|