Commit Graph

11 Commits (master)

Author SHA1 Message Date
David Manura 7a33f9652d Merge pull request #2 from mlepage/master
Typo fix
2012-11-07 15:42:31 -08:00
Marc Lepage 6d41964c1a Fix typo in comment. 2012-10-15 20:24:29 -03:00
David Manura d8a43ffd3f Fix gauss-jordan bug.
Patch submission from Martin Ossmann.
2012-04-16 23:58:41 -04:00
David Manura 8dd7aa293f Elminate loadstring. Do parsing manually in complex.to.
String syntax has changed slightly.
Suggested by Satheesh.
2011-12-13 22:39:09 -05:00
David Manura 58790b6b7c update docs and packaging 2011-12-03 22:02:14 -05:00
Peter Drahoš 611c5f5066 Fixing name mismatch 2011-11-20 16:35:57 +01:00
David Manura ff4e440f70 test: fix tests package path 2011-03-25 00:18:33 -04:00
David Manura cd2a9d178e build: add CMakeLists.txt and related files 2011-03-25 00:07:38 -04:00
David Manura fe6837f6dc import version 0.2.9, 2008-08-26
- decoupled symbol class from matrix class:
	-   matrix.replace has new semantics, applying a function to each element.
	      For old behavior: mtx = mtx:replace(matrix.symbol.makereplacer(...))
	-   replaced mtx:gsub(a,b) with mtx = mtx:replace(symbol.gsub,a,b)
	-   replaced matrix.tosymbol(mtx) with mtx = mtx:replace(symbol)
	- eliminated dependency on complex:
	-   replaced matrix.tocomplex(mtx) with mtx = mtx:replace(complex)
	-   replaced matrix.conjugate(mtx) with mtx = mtx:replace(complex.conjugate)
	-   mulnum and divnum no longer can take num of type string
	-   complex table no longer returned on module load
	- renamed remcomplex to elementstostrings and changed it to return new
	    matrix rather than doing in-place modification
	- fixed matrix.numround (numround variable mispelled).
	    Reported by Goeff Richards.
2010-09-22 21:41:53 -04:00
David Manura 67f724300f convert from dos to unix-style line endings 2010-09-22 21:00:52 -04:00
David Manura 5b3e7b19c5 import version 0.2.8 2010-09-22 20:20:32 -04:00