add matrix_row to get a row of a matrix

fix a bit of error handling.
This commit is contained in:
Vitor Santos Costa
2008-10-31 09:47:58 +00:00
parent aca06e16fc
commit 9c1ee7ba34
3 changed files with 91 additions and 7 deletions

View File

@@ -81,7 +81,8 @@ typedef enum {
matrix_transpose/2,
matrix_set_all_that_disagree/5,
matrix_expand/3,
matrix_select/4
matrix_select/4,
matrix_row/3
]).
:- load_foreign_files([matrix], [], init_matrix).