use new notation

This commit is contained in:
Vítor Santos Costa
2013-07-16 07:59:38 -05:00
parent 493161f6d8
commit bc992f552f
3 changed files with 101 additions and 1 deletions

View File

@@ -84,7 +84,10 @@ typedef enum {
matrix_set_all_that_disagree/5,
matrix_expand/3,
matrix_select/4,
matrix_column/3
matrix_column/3,
matrix_get/2,
matrix_set/2,
op(100, fy, '[]')
]).
:- load_foreign_files([matrix], [], init_matrix).