436 Commits

Author SHA1 Message Date
Jos de Jong
e3442c1c2f Merge pull request #12 from bcuccioli/master
Compute determinant in polynomial-time.
2013-05-18 23:35:47 -07:00
Bryan Cuccioli
169c3ea593 Use polynomial-time algorithm to compute determinant. 2013-05-19 01:26:15 -04:00
josdejong
bc38cc025e Updated version number to 0.8.3-SNAPSHOT 2013-05-18 20:23:56 +02:00
josdejong
111d152aa7 Released version 0.8.2 v0.8.2 2013-05-18 20:12:14 +02:00
josdejong
0090fdd925 Extended import function 2013-05-18 20:11:03 +02:00
josdejong
2fe383a19c More tests and minor. Improved flexibility of data constructors. 2013-05-18 19:39:01 +02:00
josdejong
c2103dab99 Fixed a bug in merging one dimensional vectors into an array 2013-05-18 15:10:05 +02:00
josdejong
f010032683 Updated version to 0.8.2-SNAPSHOT 2013-05-17 18:37:35 +02:00
josdejong
b909494aa4 Updated version to 0.8.2-SNAPSHOT 2013-05-10 23:22:08 +02:00
josdejong
65b5d08f51 Released version 0.8.1 v0.8.1 2013-05-10 23:15:52 +02:00
josdejong
c82c0a5b9a Released version 0.8.0 v0.8.0 2013-05-10 22:47:29 +02:00
josdejong
f93dcfbc44 More tests 2013-05-10 21:53:05 +02:00
josdejong
bf13f9ceb8 Fixed a bug in resizing matrices when replacing a subset. 2013-05-10 19:20:27 +02:00
josdejong
eccc5a5b72 Added some examples on matrix indexes 2013-05-09 20:50:52 +02:00
josdejong
976125821e Implemented implicit start and end for the range operator in parser 2013-05-09 17:01:36 +02:00
josdejong
55220581fe Moved the compatibility functions from util to compatibility 2013-05-09 15:44:00 +02:00
josdejong
6bd857ca7e Implemented index parameter 'end' 2013-05-09 14:47:23 +02:00
josdejong
b43e62d19f Bug fixed in assignment of a variable update where the variable is undefined 2013-05-09 13:46:46 +02:00
josdejong
a68b7bb462 Roadmap updated 2013-05-07 22:20:35 +02:00
josdejong
738bd1350f More tests 2013-05-07 22:06:36 +02:00
josdejong
79aead3899 Added some comments 2013-05-07 20:49:44 +02:00
josdejong
9cf951c092 Implemented streaming input/output for the command line interface 2013-05-07 20:46:21 +02:00
josdejong
29056dd2fb Forgot to commit the code of the cli itself... 2013-05-06 22:38:20 +02:00
josdejong
217eaad838 Changed version number to 0.8.0-SNAPSHOT 2013-05-06 22:30:33 +02:00
josdejong
922e12073b Implemented command line interface. soo coool. 2013-05-06 22:25:00 +02:00
josdejong
84552d133e More tests 2013-05-06 21:54:57 +02:00
josdejong
30274bfec8 Few more tests and type checks 2013-05-05 21:07:25 +02:00
josdejong
a8331f958c math.eval supports variables and multiple expressions now. Removed the readonly option from Parser and Scope. 2013-05-05 20:54:10 +02:00
josdejong
9f91213ea6 Fixed non-working unequal operator != in the parser 2013-05-05 20:22:59 +02:00
josdejong
f0c6bad960 Improved test methods approx.equal and approx.deepEqual. 2013-05-05 18:34:54 +02:00
josdejong
31a034cc2c Splitted all tests in separate files: one file per function 2013-05-05 15:38:28 +02:00
josdejong
e2d7cbb089 Updated version to 0.7.3-SNAPSHOT 2013-05-04 22:30:27 +02:00
josdejong
006fe720a1 Released version 0.7.2 v0.7.2 2013-05-04 21:52:56 +02:00
josdejong
bdaa2c6073 Fixed method unequal, which was checking for equality instead of inequality... (Fixed #9) 2013-05-03 21:58:50 +02:00
josdejong
2d34cb5fc0 Named function 'eval' not allowed in strict mode 2013-04-27 21:18:37 +02:00
josdejong
fc07e50ca3 Updated version number to 0.7.2-SNAPSHOT 2013-04-27 21:13:39 +02:00
josdejong
161adc0495 Released version 0.7.1 v0.7.1 2013-04-27 21:04:55 +02:00
josdejong
d94b8f8cee Simplified the Symbol/Scope 2013-04-27 20:57:58 +02:00
josdejong
bf6b707607 Fixed parser returning NaN instead of throwing an error for a number with multiple decimal separators 2013-04-27 14:26:26 +02:00
josdejong
ef7b68fe47 Fixed Workspace.insertAfter 2013-04-27 13:33:26 +02:00
josdejong
6294fd3540 Some code restructuring in the parser 2013-04-27 12:35:04 +02:00
josdejong
9d0b3c2e67 Added support for chained parameters in the parser 2013-04-27 11:31:20 +02:00
josdejong
553b0690c9 Renamed all expression nodes for better consistency and to prevent further naming collisions 2013-04-27 11:00:26 +02:00
josdejong
d1cc3a3f15 Moved Link to namespace math.expr 2013-04-27 09:41:52 +02:00
josdejong
548708ffaa Improvements in parser and node tree. Implemented Params and Operator. Some first simplifications in Scope 2013-04-26 21:13:54 +02:00
josdejong
5bd7358fd0 More tests added 2013-04-23 22:06:40 +02:00
josdejong
d038477f69 Fixed a few issues such that math.js works on IE6-8 too. 2013-04-22 21:53:10 +02:00
josdejong
2f65e4571c Updated version number to 0.8.0-SNAPSHOT 2013-04-20 18:54:28 +02:00
josdejong
4854eb4979 Fixed broken test v0.7.0 2013-04-20 17:59:57 +02:00
josdejong
2056703477 More detailed error logging on tests 2013-04-20 17:56:14 +02:00