4118 Commits

Author SHA1 Message Date
jos
a7beebcf34 Moved all typed stuff to a separate file 2015-03-26 21:31:32 +01:00
jos
aa78c292b4 Moved function config into a separate file, moved loading datatypes from loader.js to index.js 2015-03-26 21:20:14 +01:00
jos
5cab0641e9 Simplified the factory structure a little bit. Reworked reviver and BigNumber to factories 2015-03-26 21:03:55 +01:00
Jos de Jong
551832efd5 Merge pull request #306 from jherdman/fix-source-map-location
Fix Source Map Location
2015-03-24 08:52:45 +01:00
James Herdman
fff48e3cfb Fix Source Map Location
Resolves #300
2015-03-23 22:04:54 -04:00
jos
6bb203fc24 Removed a double entry form the contributors list 2015-03-23 23:05:49 +01:00
jos
16edec6bb8 Updated history 2015-03-23 23:04:07 +01:00
Jos de Jong
10a0dbfefd Merge pull request #297 from rjbaucells/matrix2
Matrix storage formats
2015-03-23 23:01:16 +01:00
jos
2afca88b45 Refactored bignumber, boolean, chain, complex, index, matrix, number, parser, string, unit to typed-function. 2015-03-23 20:56:15 +01:00
Rogelio J. Baucells
6e0d9bbd59 norm() tests 2015-03-23 10:13:03 -04:00
Rogelio J. Baucells
26d97ef36a norm() optimization 2015-03-23 09:24:36 -04:00
Rogelio J. Baucells
b81187147e Merge pull request #24 from rjbaucells/CCS
Sparse Matrix implementation
2015-03-23 00:30:42 -04:00
rjbaucells
1bbfd26799 CRS multiply() 2015-03-23 00:28:31 -04:00
rjbaucells
fc8dde607d math.norm() 2015-03-23 00:09:06 -04:00
rjbaucells
b1c0428e8c math.multiply() 2015-03-22 23:34:27 -04:00
rjbaucells
34ac6aef81 math.multiply() partial 2015-03-22 21:35:51 -04:00
jos
b028c7e7cf Refactored clone, filter, forEach, format, map, print, sort, typeof to typed-function. 2015-03-22 21:07:57 +01:00
jos
d4a457f5c9 Refactored norm, nthRoot, round, diag, transpose to typed-functions. 2015-03-22 15:34:59 +01:00
jos
f70cad6346 Refactored acot, acsc, asec, atan, atan2, cot, csc, sec, sin, tan to typed-functions 2015-03-22 13:44:43 +01:00
Rogelio J. Baucells
849386ff24 DenseMatrix multiply(), partial 2015-03-20 17:57:43 -04:00
rjbaucells
989200b083 CCS multiply() 2015-03-20 00:13:40 -04:00
Rogelio J. Baucells
667badeb75 matrix.multiply() 2015-03-19 16:11:14 -04:00
Rogelio J. Baucells
0d34992080 Merge pull request #23 from josdejong/develop
Sync
2015-03-19 00:06:26 -04:00
jos
de0f937950 Created a loader and reworked the functions to a new type of factory function 2015-03-18 22:42:54 +01:00
Rogelio J. Baucells
b58c314941 Merge pull request #22 from rjbaucells/CCS
Matrix updates
2015-03-17 20:40:56 -04:00
Jos de Jong
8438889074 Updated history 2015-03-17 20:35:07 +01:00
Jos de Jong
b261c55f48 Merge pull request #301 from FSMaxB/custom-totex
custom toTex
2015-03-17 20:32:38 +01:00
Max Bruckner
e04dfd26bc Rename customFuncions to callbacks 2015-03-17 18:30:26 +01:00
Max Bruckner
c80e0baf20 Update documentation of custom toTex 2015-03-17 18:27:01 +01:00
Max Bruckner
47f76f35ac Limit custom toTex with multiple callbacks to FunctionNodes
Now only FunctionNode's toTex can be overwritten mit a map of callbacks
2015-03-17 18:14:14 +01:00
rjbaucells
83de840714 initial multiply implementation 2015-03-17 07:51:29 -04:00
rjbaucells
f144b73c14 math.diag() 2015-03-16 20:40:45 -04:00
Rogelio J. Baucells
c847ed4658 CRS tests 2015-03-16 15:39:42 -04:00
Rogelio J. Baucells
416f2565a1 CRS implementation 2015-03-16 12:47:09 -04:00
rjbaucells
c68d38e8a9 CRS updates 2015-03-15 23:35:25 -04:00
rjbaucells
246c1e235e partial math.diag() 2015-03-15 22:23:55 -04:00
rjbaucells
43adf9fed8 CCS tests 2015-03-15 18:33:53 -04:00
rjbaucells
37eb4797b4 Dense Matrix tests 2015-03-15 13:25:02 -04:00
Rogelio J. Baucells
256cc32373 Merge pull request #21 from rjbaucells/CCS
CCS tests
2015-03-15 13:04:32 -04:00
rjbaucells
00ce77d540 CCS tests 2015-03-15 13:01:39 -04:00
Rogelio J. Baucells
dedabebdc9 Merge pull request #20 from rjbaucells/CCS
matrix functions
2015-03-14 21:52:33 -04:00
rjbaucells
5713b988ed matrix functions & tests 2015-03-14 19:56:16 -04:00
Jos de Jong
9eeddaf0cf Merge pull request #302 from Hypercubed/patch-2
Typo in docs for mean and median
2015-03-14 12:35:36 +01:00
Max Bruckner
a973482ef2 Fix bug in fix of breaking change
Without this fix, the type passed to ArrayNode.toTex would stay there
forever until you change it back manually instead of being used only
once.
2015-03-14 09:09:07 +01:00
J. Harshbarger
6cdaa7dc4a Typo in docs for mean and median 2015-03-14 08:12:44 +09:00
Rogelio J. Baucells
43b15c0784 CCS tests 2015-03-13 16:56:34 -04:00
Max Bruckner
9a89ab27da Documentation for custom toTex functions 2015-03-13 21:23:14 +01:00
Max Bruckner
af763aa996 Fix breaking change (Node.toTex should return an empty string) 2015-03-13 21:23:14 +01:00
Max Bruckner
c9d20285e9 Fix breaking change ( passing type to ArrayNode.toTex ) 2015-03-13 21:23:14 +01:00
Max Bruckner
0fee9173c8 Enable custom toTex functions 2015-03-13 21:23:14 +01:00