48 Commits

Author SHA1 Message Date
jos
154577d1be Updated docs, examples, history 2015-07-27 21:26:50 +02:00
jos
d2e8ec06f2 Fixed docgenerator for v2. Updated docs. 2015-06-10 20:50:29 +02:00
Rogelio J. Baucells
737d476970 slu() and lusolve() 2015-05-08 15:45:03 -04:00
rjbaucells
e3cee480ec Merge remote-tracking branch 'origin/v2-test' into v2-sparse 2015-05-07 23:53:13 -04:00
jos
7e3eda8603 Moved all data types and their construction functions into a folder of their own under ./lib/type 2015-05-05 13:51:24 +02:00
rjbaucells
b2067268be Merge remote-tracking branch 'origin/sparse-arithmetic-tmp' into v2-sparse
Conflicts:
	lib/type/matrix/SparseMatrix.js
2015-05-04 11:26:18 -04:00
Rogelio J. Baucells
8047a4853f multiply() - poc 2015-04-28 12:07:02 -04:00
rjbaucells
b17e528b85 cs sparse updates 2015-04-26 09:51:12 -04:00
Rogelio J. Baucells
748fe0d0fb CcsMatrix refactoring 2015-04-24 11:13:17 -04:00
rjbaucells
a2d2e24e76 multiply() refactoring 2015-04-22 19:46:35 -04:00
jos
8edf472478 Upgraded to typed-function v0.6.1, more functions refactored. 2015-02-07 20:29:32 +01:00
jos
19c2024524 Halfway reworking more functions (lot of stuff is broken at this point) 2015-01-17 21:09:39 +01:00
jos
6cefd52557 Refactored the first few functions into typed-functions 2015-01-11 15:29:40 +01:00
jos
12bc095d2a Bumped version number to v1.2.1-SNAPSHOT 2014-12-25 20:26:35 +01:00
jos
2614ca6203 Added docs for xor, removed docs of _divide 2014-12-25 14:11:15 +01:00
jos
41663147e6 Implemented function sort 2014-08-14 22:24:15 +02:00
jos
d274a50cbf Fixed #205: A returned matrix subset is now only squeezed when the index consists of scalar values, and no longer for ranges resolving into a single value. 2014-08-09 16:48:00 +02:00
jos
1647960756 Removed redundant jake utils 2014-07-22 09:03:46 +02:00
jos
037e022905 Some fixes in operator precedence 2014-07-01 14:06:44 +02:00
jos
32060ca104 Removed a redundant comma 2014-06-25 13:17:50 +02:00
jos
087463dc84 Added a set with functions syntax for special cases 2014-06-25 13:17:30 +02:00
jos
a42dcd9cc3 Added categorical function reference 2014-06-23 22:36:24 +02:00
jos
4719d213de Created docs page with alphabetical function reference 2014-06-23 22:22:42 +02:00
jos
875fa8e60c Changed behavior of equal and unequal back to element wise, added function deepEqual. 2014-06-09 18:03:54 +02:00
jos
ced18ecfca Implemented functions dotEqual and dotUnequal, renamed functions smallereq to smallerEq and largereq to largerEq (all functions are now camelcase) 2014-06-09 14:07:21 +02:00
jos
31aa5655b1 Added a section "Where:" to some of the reference docs 2014-05-22 22:15:40 +02:00
jos
9ebc24662f More reference docs added 2014-05-22 21:17:53 +02:00
jos
38066a9335 More docs added 2014-05-17 12:21:31 +02:00
jos
37a7494a2f Some fixes in docgenerator 2014-05-16 20:20:13 +02:00
jos
6c8104f938 More docs added 2014-05-15 21:43:08 +02:00
jos
f6fe12d452 Added more reference docs (not all docs are complete yet) 2014-04-28 22:08:11 +02:00
jos
a737849f7d Docgenerator now supports descriptions with multiple paragraphs. 2014-04-26 16:31:54 +02:00
josdejong
0b52130f06 Merge branch 'develop' into reference
Conflicts:
	gulpfile.js
	lib/function/arithmetic/round.js
	package.json
2014-03-29 22:39:53 +01:00
josdejong
585c5c3784 Moved the validation script from tests to the build script 2014-03-24 20:32:56 +01:00
josdejong
2f98984d51 Some fixes in the docgenerator 2014-02-19 21:55:21 +01:00
josdejong
b87f989c43 Created a simple docgenerator to generate references. It's too boring to do manually 2014-02-17 22:54:09 +01:00
Sebastien Piquemal
aa0249d458 fixed npm install, changed src to lib 2013-08-14 15:00:12 +04:00
josdejong
6a6b5c3e61 Replaced all x instanceof Array with Array.isArray(x) 2013-08-04 14:30:38 +02:00
josdejong
19b507b9f0 Refactored all code to 2 space indentation 2013-08-04 14:07:47 +02:00
josdejong
47980ca81b Implemented custom node handler in the parser 2013-06-26 13:19:15 +02:00
josdejong
01400af0db Fixed Complex constructor not accepting NaN as parameter (see also issue 14) 2013-06-13 20:11:50 +02:00
josdejong
84552d133e More tests 2013-05-06 21:54:57 +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
46b60c01ee Fixed: minified version of the library was broken 2013-03-11 20:56:02 +01:00
josdejong
c896eae319 Parser implemented 2013-02-23 23:45:51 +01:00
josdejong
b7b3436982 Added type checks to the jake-utils 2013-02-21 17:31:04 +01:00
josdejong
a91169e098 Updated jake build script and some restructuring of the code 2013-02-20 13:52:41 +01:00