637 Commits

Author SHA1 Message Date
jos
f773df0fc6 Fixed #317 (formatting negative values), fixed #316 (round-off errors in formatting values) 2015-04-06 21:08:21 +02:00
jos
1c6e567007 Bumped version number to 1.5.1-SNAPSHOT 2015-03-28 16:38:46 +01:00
jos
6994c00593 Released version 1.5.0 2015-03-28 16:23:03 +01:00
jos
1990edc90f Added docs and and example on sparse matrices 2015-03-28 15:55:59 +01: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
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 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
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
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
rjbaucells
00ce77d540 CCS tests 2015-03-15 13:01:39 -04:00
rjbaucells
5713b988ed matrix functions & tests 2015-03-14 19:56:16 -04: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
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
Max Bruckner
35ce7f7fb4 Make Node.toTex a wrapper like Node.compile
Node.prototype.toTex is now a wrapper that calls the node's _toTex
2015-03-13 21:23:14 +01:00
Max Bruckner
37c1363c2d Pass callbacks to toTex functions 2015-03-13 21:23:13 +01:00
Rogelio J. Baucells
6df57401a5 collection.deepMap optimizations 2015-03-13 16:10:31 -04:00
rjbaucells
7163c7997d math.resize() 2015-03-12 23:39:59 -04:00
rjbaucells
9b481cc86f Dense Matrix resize 2015-03-12 23:10:07 -04:00
rjbaucells
090911f3e2 CCS resize 2015-03-12 22:01:30 -04:00
rjbaucells
b1166871ac math.ones() 2015-03-12 19:57:31 -04:00
Rogelio J. Baucells
188edd8180 math.trace() 2015-03-12 14:56:54 -04:00
Rogelio J. Baucells
5e1f557f54 math.zeros() 2015-03-12 12:13:14 -04:00
rjbaucells
23391f4dea Test updates 2015-03-12 00:21:01 -04:00
rjbaucells
5e10a71159 CCS updates 2015-03-11 22:31:27 -04:00
Rogelio J. Baucells
bcb4a12ec6 Tests 2015-03-11 17:23:49 -04:00
rjbaucells
04df19b8e2 matrix() documentation 2015-03-10 23:03:40 -04:00
rjbaucells
4c169ad4de CCS not ready yet 2015-03-10 22:42:40 -04:00
rjbaucells
fb70dc8272 Matrix transpose implementation 2015-03-10 22:38:41 -04:00
rjbaucells
b619289482 CCS Matrix updates 2015-03-10 20:22:35 -04:00
Rogelio J. Baucells
2077c39885 Matrix inheritance implementation 2015-03-10 15:28:19 -04:00
rjbaucells
7ec5578ad2 CCS updates 2015-03-09 23:31:21 -04:00
Jos de Jong
52e3972765 Merge pull request #293 from BigFav/bigSin
Added BigNumber functionality for atan2, with tests.
2015-03-08 20:07:00 +00:00