hughperman / pure-lang

Automatically exported from code.google.com/p/pure-lang
0 stars 0 forks source link

smatrix (n,m) not working #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
smatrix (n,m) doesn't work like the other matrix construction functions:

> imatrix (2,2);
{0,0;0,0}
> dmatrix (2,2);
{0.0,0.0;0.0,0.0}
> cmatrix (2,2);
{0.0+:0.0,0.0+:0.0;0.0+:0.0,0.0+:0.0}
> smatrix (2,2);
smatrix (2,2)

Maybe we should return a symbolic matrix of 0L values there?

Original issue reported on code.google.com by aggraef@gmail.com on 28 Sep 2012 at 8:47

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 49461634fee8.

Original comment by aggraef@gmail.com on 13 Nov 2012 at 5:09