Skip to content

Commit

Permalink
add explicit declaritions
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangzhuan committed Oct 20, 2023
1 parent 5494ae3 commit b3981e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SRC/include/superlu_ddefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,11 @@ dReDistribute_A(SuperMatrix *A, dScalePermstruct_t *ScalePermstruct,
Glu_freeable_t *Glu_freeable, int_t *xsup, int_t *supno,
gridinfo_t *grid, int_t *colptr[], int_t *rowind[],
double *a[]);
extern float
pddistribute3d_Yang(superlu_dist_options_t *options, int_t n, SuperMatrix *A,
dScalePermstruct_t *ScalePermstruct,
Glu_freeable_t *Glu_freeable, dLUstruct_t *LUstruct,
gridinfo3d_t *grid3d);

#if 0 // NOT CALLED
/* from ancFactorization.h (not called) */
Expand Down

0 comments on commit b3981e9

Please sign in to comment.