Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Jul 3, 2024
1 parent e1142a3 commit 256df73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/test_matrix_det.pl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
main :-
open('samples/test_matrix_det.mat',read,S),
mat_read(M,S,Rows,Cols),
Rows =:= Cols,
mat_lup_det(M,Rows,Det),
gsl_matrix_free(M),
close(S),
Expand Down

0 comments on commit 256df73

Please sign in to comment.