Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ae90b04c authored by Jean-Christophe Filliâtre's avatar Jean-Christophe Filliâtre
Browse files

ssreflect driver: added matrix.Matrix

parent ccb57be4
Branches
No related tags found
No related merge requests found
......@@ -120,3 +120,13 @@ theory array.Array
syntax function make "(make %1 %2)"
end
theory matrix.Matrix
syntax type matrix "(matrix %1)"
syntax function get "(matrix_get %1 %2)"
syntax function rows "(nrows %1 : int)"
syntax function columns "(ncols %1 : int)"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment