This commit is contained in:
Vítor Santos Costa 2016-02-26 17:53:20 +00:00
parent 56ebb0a91a
commit 1f29aea94b
1 changed files with 9 additions and 7 deletions

View File

@ -29,8 +29,14 @@
[(<==)/2, op(800, xfx, '<=='),
op(700, xfx, in),
op(700, xfx, ins),
op(450, xfx, ..), % should bind more tightly than \/
op(710, xfx, of), of/2,
op(450, xfx, ..), % should bind more tightly than \/
op(720, fx, ..), % should bind more tightly than of
op(710, xfx, of),
(of)/2,
op(50, yf, '[]'),
op(50, yf, '()'),
op(100, xfy, '.'),
op(100, fy, '.'),
matrix_new/3,
matrix_new/4,
matrix_new_set/4,
@ -81,11 +87,7 @@
matrix_get/2,
matrix_set/2,
foreach/2,
foreach/4,
op(50, yf, []),
op(50, yf, '()'),
op(100, xfy, '.'),
op(100, fy, '.')
foreach/4
]).
/** @defgroup matrix Matrix Library