4118 Commits

Author SHA1 Message Date
Rogelio J. Baucells
027b178032 merge sync 2015-04-27 17:03:06 -04:00
Rogelio J. Baucells
68f021aef9 Merge remote-tracking branch 'origin/sparse-arithmetic' into v2-sparse
Conflicts:
	lib/type/matrix/SparseMatrix.js
2015-04-27 17:02:38 -04:00
Rogelio J. Baucells
d535bc9aaf SparseMatrix pattern 2015-04-27 16:58:47 -04:00
Rogelio J. Baucells
65ab4faa89 sparse updates 2015-04-27 15:31:05 -04:00
jos
365d17e35e Removed shortcut to Array.isArray 2015-04-27 21:00:21 +02:00
jos
6caef99cbf Changed the factory of function resize. Not yet rewritten to typed-function 2015-04-27 20:53:55 +02:00
jos
444dc1c521 Created an index file for all transforms and for units 2015-04-27 20:20:33 +02:00
jos
e8c6dcf7c1 Refactored filter.transform, forEach.transform, and index.transform into typed-functions. 2015-04-27 20:14:07 +02:00
jos
811508906c Refactored functions range, subset, concat.transform, map.transform, max.transform, mean.transform, min.transform, range.transform, subset.transform to typed-functions 2015-04-27 19:11:21 +02:00
Devan Patel
2aa2f29e2b Adding support for Bell Numbers in Combinatorics Module. 2015-04-27 12:41:04 -04:00
Rogelio J. Baucells
36777eaeb3 Merge remote-tracking branch 'origin/sparse-arithmetic' into v2-sparse 2015-04-27 12:24:03 -04:00
Rogelio J. Baucells
74c50d73c6 multiply() update 2015-04-27 12:21:58 -04:00
Devan Patel
9c60e14a84 Adding LaTeX test for Stirling Numbers of the second kind. 2015-04-27 12:14:45 -04:00
Rogelio J. Baucells
f859577059 sync branches 2015-04-27 12:13:46 -04:00
Rogelio J. Baucells
6df1021c9f Merge remote-tracking branch 'origin/sparse-arithmetic' into v2-sparse
Conflicts:
	lib/type/matrix/SparseMatrix.js
2015-04-27 12:12:32 -04:00
Devan Patel
ea6bb033eb Renaming stirlingSecondKind to stirlingS2 + changing LaTeX to "\\mathrm{S}\\left(%0%,%1%\\right)" 2015-04-27 12:06:12 -04:00
Rogelio J. Baucells
4347a3d16f sparse arithmetic updates 2015-04-27 12:03:59 -04:00
jos
84512de60b Added a few more index.js files. Removed caching mechanism for function transforms (will be improved upon later again) 2015-04-27 14:54:03 +02:00
Max Bruckner
8390ce7d5c Merge pull request #341 from FSMaxB/repl
Add REPL (Read Evaluate Print Loop) to ease interactive debugging
2015-04-27 13:51:38 +02:00
Max Bruckner
e62ab0dae4 Proper toTex for units and symbols.
Symbols now don't use `\mathrm` anymore by default, but units do.
2015-04-27 11:08:31 +02:00
Max Bruckner
ca4a0bfda4 Change LaTeX output of string function
toTex shouldn't do operations like toString on the node tree
2015-04-27 10:09:42 +02:00
Max Bruckner
8d1d20ba2e Merge branch 'develop' into v2 2015-04-27 09:14:50 +02:00
rjbaucells
64e752a69d add() - partial 2015-04-26 23:12:28 -04:00
jos
d3d3212633 Refactored all nodes into factory functions (see #342) 2015-04-26 21:25:31 +02:00
jos
7a37c777e4 Created index.js files for most groups of functions so you can import a all functions with a single action 2015-04-26 20:28:47 +02:00
Devan Patel
b889c16b81 Adding Combiantorics module + Stirling numbers of Second Kind + test. Needs functionality for BigNumber (commented out). 2015-04-26 12:14:46 -04:00
rjbaucells
75594372ed tests 2015-04-26 11:10:09 -04:00
rjbaucells
295b259c61 Merge remote-tracking branch 'origin/sparse-arithmetic' into v2-sparse 2015-04-26 10:38:24 -04:00
rjbaucells
ac1975430f add() 2015-04-26 10:37:40 -04:00
rjbaucells
b17e528b85 cs sparse updates 2015-04-26 09:51:12 -04:00
Max Bruckner
49697b3b54 Add documentation for REPL 2015-04-26 14:55:07 +02:00
Max Bruckner
231c16bfd0 Add REPL (Read Evaluate Print Loop) to ease interactive debugging 2015-04-26 14:27:05 +02:00
Max Bruckner
51cbf7eaa8 Include --tex and --string in the documentation of the cli 2015-04-26 14:26:00 +02:00
jos
f1215aea82 Updated history 2015-04-26 13:21:03 +02:00
Rogelio J. Baucells
90be2957aa add() - partial 2015-04-26 00:01:31 -04:00
Rogelio J. Baucells
30cf49706b add() - partial 2015-04-25 23:37:04 -04:00
Max Bruckner
f9a2118da0 bin/cli: Add execute permission 2015-04-26 00:44:26 +02:00
Max Bruckner
32d507d123 functions/statistics/median: test for issue (#309)
This is a test to check that median doesn't mutate it's input
2015-04-26 00:07:29 +02:00
Max Bruckner
881ff20097 util/array: make flatten not mutate the input (see #309) 2015-04-26 00:03:36 +02:00
Max Bruckner
637d728f59 zeros: fix typo in error message (eye --> zeros) 2015-04-25 21:25:46 +02:00
rjbaucells
10593e4206 cs sparse updates 2015-04-25 12:10:57 -04:00
Jos de Jong
c379e034e8 Merge pull request #338 from rjbaucells/v2
SparseMatrix refactoring
2015-04-25 14:14:06 +02:00
Rogelio J. Baucells
f55b13cff1 cs sparse implementations 2015-04-24 17:22:23 -04:00
Rogelio J. Baucells
070000633a renamed sparse related files 2015-04-24 15:01:03 -04:00
Rogelio J. Baucells
81ab7148f5 Merge remote-tracking branch 'origin/v2' into v2-sparse 2015-04-24 14:46:23 -04:00
Rogelio J. Baucells
748fe0d0fb CcsMatrix refactoring 2015-04-24 11:13:17 -04:00
Jos de Jong
d095889ea6 Merge pull request #336 from FSMaxB/cli
`toTex` and `toString` support for the command line interface
2015-04-24 13:53:41 +02:00
Max Bruckner
a625137a20 cli: implement --tex and --string options 2015-04-24 13:32:04 +02:00
Max Bruckner
abeecacd55 cli: infrastructure for parsing multiple commandline options
As a side effect this enables specifying multiple scripts.
2015-04-24 13:07:25 +02:00
rjbaucells
cbf5df0f70 cs_chol() 2015-04-24 00:07:06 -04:00