Skip to content

Commit

Permalink
Merge pull request #176 from nmnobre/py
Browse files Browse the repository at this point in the history
Add missing declarations in Python bridge header
  • Loading branch information
xiaoyeli authored Dec 2, 2024
2 parents f6023bd + 894ab20 commit fe0e4e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PYTHON/pdbridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ extern void pdbridge_logdet(void ** pyobj, int * sign, double * logdet);
#endif
#endif

int dcreate_matrix_from_csc(SuperMatrix *A, int_t m, int_t n, int_t nnz, int_t *rowind0, int_t *colptr0, double *nzval0, gridinfo_t *grid);
int count_swaps(int_t perm[], int n);

0 comments on commit fe0e4e8

Please sign in to comment.