development commit
This commit is contained in:
parent
b2dcbe961c
commit
285c61b87f
7
library/examples/matrix.yap
Normal file
7
library/examples/matrix.yap
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
:- use_module(library(matrix)).
|
||||
|
||||
t1 :-
|
||||
X <== matrix([1,2,3,4,5,6],[dims=[3,2]]),
|
||||
writeln(X).
|
||||
|
Reference in New Issue
Block a user