Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Jul 2, 2024
1 parent 343a9c7 commit db9266a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/test_matrix_det.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
:- use_module(library(gsl)).

% M is mutable here, should probably work on a copy

mat_lup_det(M,Size,Det) :-
gsl_permutation_alloc(Size,P),
gsl_linalg_LU_decomp(M,P,Signum,_),
Expand Down

0 comments on commit db9266a

Please sign in to comment.