Commit Graph

  • 7a33f9652d Merge pull request #2 from mlepage/master master David Manura 2012-11-07 15:42:31 -0800
  • 6d41964c1a Fix typo in comment. Marc Lepage 2012-10-15 20:24:29 -0300
  • d8a43ffd3f Fix gauss-jordan bug. David Manura 2012-04-16 23:32:45 -0400
  • 8dd7aa293f Elminate loadstring. Do parsing manually in complex.to. David Manura 2011-12-13 21:55:08 +0530
  • 58790b6b7c update docs and packaging David Manura 2011-12-03 18:49:52 -0500
  • 611c5f5066 Fixing name mismatch Peter Drahoš 2011-11-20 16:35:57 +0100
  • ff4e440f70 test: fix tests package path David Manura 2011-03-25 00:18:33 -0400
  • cd2a9d178e build: add CMakeLists.txt and related files David Manura 2011-03-25 00:07:38 -0400
  • 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. David Manura 2010-09-22 21:41:53 -0400
  • 67f724300f convert from dos to unix-style line endings David Manura 2010-09-22 21:00:52 -0400
  • 5b3e7b19c5 import version 0.2.8 David Manura 2010-09-22 20:20:32 -0400