1332 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
5711bdfa7e Some markdown fixes in the docs 2015-03-30 10:05:20 +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 v1.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
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
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
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
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
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
b7c39819e1 Merge pull request #19 from rjbaucells/CCS
collection.deepMap optimizations
2015-03-13 16:14:12 -04:00