fjames86 / fpoly

Manipulate dense multivariate polynomials
0 stars 0 forks source link

matrices #18

Closed fjames86 closed 11 years ago

fjames86 commented 11 years ago

some of the matrix functions operate on standard Lisp arrays (ffge, det etc.) and some on custom "matrix" objects. It should be consistent across all functions. It seems logical to just use the built in Lisp arrays, and delete the custom objects since they are not really needed anyway.

fjames86 commented 11 years ago

done