436 Commits

Author SHA1 Message Date
josdejong
307e40cc9c Few updates in the docs 2013-10-08 19:06:01 +02:00
josdejong
717ea9f8f4 Updated example on units 2013-10-08 17:49:42 +02:00
josdejong
fffbc78e7f Fixed two broken links in the readme 2013-10-08 17:40:56 +02:00
josdejong
521f5ac988 Updated version number to 0.15.0-SNAPSHOT 2013-10-08 17:25:34 +02:00
josdejong
8b8c56ad91 Released version 0.14.0 v0.14.0 2013-10-08 17:07:15 +02:00
josdejong
cc42c7dc26 Re-enabled test for mod operator 2013-10-08 17:03:15 +02:00
josdejong
3393ff3c79 Added documentation on unit prefixes 2013-10-08 16:53:45 +02:00
josdejong
c031a4248e Added a test with mixed matrix types 2013-10-08 16:30:06 +02:00
josdejong
e5d7b73f2e Added documentation on options 2013-10-08 15:51:41 +02:00
josdejong
eaea042cdf Added some documentation on matrices 2013-10-08 15:38:34 +02:00
josdejong
6e65e03d60 Extended documentation on complex numbers 2013-10-08 15:25:25 +02:00
josdejong
799819423c Implemented a function equals for complex numbers. 2013-10-08 15:12:11 +02:00
josdejong
9e233e31db Extended docs on complex values and cli 2013-10-08 15:07:21 +02:00
josdejong
90e467f8e8 Added documentation on units 2013-10-08 14:33:19 +02:00
josdejong
f4e2b9bbd2 Merge branch 'master' into develop 2013-10-08 11:50:25 +02:00
Jos de Jong
482b7bd5d6 Merge pull request #97 from guillermobox/master
Fixed small typo in exception message
2013-10-08 02:48:56 -07:00
josdejong
0d42ee782a Updated history 2013-10-08 11:45:09 +02:00
Guillermo Indalecio
cce3edd614 Fixed small typo in exception message 2013-10-08 10:31:46 +02:00
josdejong
5481b0a663 Introduced an option math.options.matrix.default which can have values matrix (default) or array. This option is used by the functions eye, ones, range, and zeros, to determine the type of matrix output. 2013-10-01 20:37:28 +02:00
josdejong
f48c07bdd8 Getting or setting a subset of a matrix will automatically squeezed/unsqueezed the submatrix 2013-09-25 21:59:35 +02:00
josdejong
f68bc8e5f2 Renamed MatrixNode to ArrayNode 2013-09-25 21:43:26 +02:00
josdejong
0dfdf3b2a2 Removed concatenation of nested arrays 2013-09-25 21:17:28 +02:00
josdejong
625fe4a847 Moved most documentation from readme to separate pages in folder docs 2013-09-22 21:31:45 +02:00
josdejong
93d588f861 Added some more tests for gcd, lcm, xgcd 2013-09-22 09:43:18 +02:00
josdejong
b0b8e679d8 Fixed a typo 2013-09-17 20:17:40 +02:00
josdejong
53810d5431 Moved named delimiters into a separate array 2013-09-17 20:15:16 +02:00
josdejong
f6a085e535 Fixed non-working mod operator 2013-09-06 09:16:41 +02:00
josdejong
15cc9a8665 Changed how to publish readme to markdown 2013-09-03 20:50:53 +02:00
josdejong
fe834e193c Added a how-to-publish readme 2013-09-03 20:50:08 +02:00
josdejong
47b391bfa8 Updated to version 0.13.1-SNAPSHOT 2013-09-03 20:48:39 +02:00
josdejong
67423dbcec Released version 0.13.0 v0.13.0 2013-09-03 20:19:14 +02:00
josdejong
b683d5eecf All construction functions can be used to convert the type of variables, also element-wise for all elements in an Array or Matrix 2013-09-02 22:38:41 +02:00
josdejong
2dc6ac6cdf Implemented support for booleans in all relevant functions 2013-09-02 21:36:52 +02:00
josdejong
b968b44f8f Updated readme in test directory 2013-08-31 22:18:13 +02:00
josdejong
d2e07073c9 Fixed the readme on testing code coverage. 2013-08-31 21:35:53 +02:00
josdejong
47c4b4c3a7 Replaced functions get and set of Matrix with a single function subset 2013-08-31 21:20:02 +02:00
josdejong
f752c28081 Removed functions get and set of Selector, they are a duplicate of subset 2013-08-31 20:36:46 +02:00
josdejong
86ea2a7343 Removed support for scalars from function subset 2013-08-31 20:28:45 +02:00
josdejong
2280451a55 Some more unit tests added to math.parse 2013-08-31 14:46:19 +02:00
josdejong
c6a5070b2f Restructured unit tests of math.parse 2013-08-31 14:27:14 +02:00
josdejong
f3d80044e2 Neatly separated unit tests for parse, eval, parser from each other 2013-08-31 13:45:57 +02:00
josdejong
6273ad998f Removed usage of math.eval from function unit tests 2013-08-31 10:53:14 +02:00
josdejong
eadb884af9 Moved around code and namespaces in order to separate expression parser related code. 2013-08-31 09:37:14 +02:00
josdejong
1618714657 Fixed some errors in throwing errors in map and forEach 2013-08-30 19:53:01 +02:00
Sebastien Piquemal
1d4a540a6e Merge pull request #69 from sebpiq/develop
added math.map and math.forEach function see #68
2013-08-30 02:33:19 -07:00
Sebastien Piquemal
a01f85756d added docs for forEach 2013-08-30 13:26:20 +04:00
Sebastien Piquemal
c10e87c1f6 math.map should return a matrix when input is a matrix 2013-08-30 13:23:31 +04:00
Sebastien Piquemal
53da1468dc added math.forEach + tests 2013-08-30 13:16:59 +04:00
Sebastien Piquemal
bf005f41a2 added tests for map and forEach 2013-08-30 13:05:04 +04:00
josdejong
ef1ceda99d Fixed an error in the upper-bound of ranges in the expression parser 2013-08-29 22:19:14 +02:00