rjbaucells
|
6884de9803
|
test updates
|
2015-04-30 00:52:25 -04:00 |
|
rjbaucells
|
21a5dd34c1
|
element wise operations
|
2015-04-30 00:09:30 -04:00 |
|
rjbaucells
|
66e6daaa70
|
element wise operations
|
2015-04-29 21:09:57 -04:00 |
|
rjbaucells
|
a6497d1886
|
element wise operations
|
2015-04-29 20:37:04 -04:00 |
|
Rogelio J. Baucells
|
5aff896e00
|
element wise operations
|
2015-04-29 17:54:17 -04:00 |
|
rjbaucells
|
76ac065d63
|
Merge branch 'v2' of https://github.com/josdejong/mathjs into josdejong-v2
Conflicts:
lib/expression/docs/index.js
|
2015-04-29 00:05:18 -04:00 |
|
rjbaucells
|
4c08aa3b13
|
matrix functions update
|
2015-04-28 23:52:34 -04:00 |
|
rjbaucells
|
2512b74b85
|
Matrix datatype
|
2015-04-28 20:11:32 -04:00 |
|
jos
|
1204259209
|
Refactored Complex and Unit into factory functions
|
2015-04-28 22:04:42 +02:00 |
|
Jos de Jong
|
e43c52677e
|
Merge pull request #344 from devanp92/master
Adding Combinatorics module + Stirling numbers of Second Kind
|
2015-04-28 21:21:12 +02:00 |
|
jos
|
de7f84ad3a
|
Name for a factory is now optional. All transform functions do no longer export something to the math namespace
|
2015-04-28 20:49:35 +02:00 |
|
jos
|
dc54b157b0
|
Removed redundant UnsupportedTypeError
|
2015-04-28 20:20:48 +02:00 |
|
rjbaucells
|
69b44f52e6
|
Typed SparseMatrix
|
2015-04-27 20:57:37 -04:00 |
|
Rogelio J. Baucells
|
c188a86be7
|
fix test
|
2015-04-27 17:04:58 -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
|
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 |
|
Devan Patel
|
9c60e14a84
|
Adding LaTeX test for Stirling Numbers of the second kind.
|
2015-04-27 12:14:45 -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 |
|
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 |
|
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
|
b17e528b85
|
cs sparse updates
|
2015-04-26 09:51:12 -04:00 |
|
Rogelio J. Baucells
|
90be2957aa
|
add() - partial
|
2015-04-26 00:01:31 -04: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 |
|
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 |
|
Rogelio J. Baucells
|
4197743500
|
sparse lu()
|
2015-04-23 17:39:30 -04:00 |
|
rjbaucells
|
3abb15d375
|
test comments
|
2015-04-22 20:23:23 -04:00 |
|
rjbaucells
|
0a7fe85e01
|
multiply() tests
|
2015-04-22 20:06:45 -04:00 |
|
rjbaucells
|
319a4975a9
|
Revert "multiply() tests"
This reverts commit 961a15ae778829bf176e1c80e02b22831ec7a7e5.
|
2015-04-22 20:04:12 -04:00 |
|
rjbaucells
|
961a15ae77
|
multiply() tests
|
2015-04-22 20:04:02 -04:00 |
|
rjbaucells
|
a2d2e24e76
|
multiply() refactoring
|
2015-04-22 19:46:35 -04:00 |
|
jos
|
952ec790cf
|
Refactored concat and flatten to typed-functions
|
2015-04-22 22:13:04 +02:00 |
|
jos
|
af5d978de4
|
Merge remote-tracking branch 'origin/v2' into v2
|
2015-04-22 21:44:34 +02:00 |
|
jos
|
6e96d5a808
|
Merge branch 'develop' into v2
Conflicts:
HISTORY.md
bower.json
component.json
dist/math.js
dist/math.map
dist/math.min.js
lib/function/arithmetic/abs.js
lib/function/probability/gamma.js
lib/version.js
package.json
|
2015-04-22 21:43:56 +02:00 |
|
jos
|
084c28c3f9
|
Minor improvement in abs (see #330)
|
2015-04-22 21:03:11 +02:00 |
|
Rogelio J. Baucells
|
9ffacdd2ec
|
Merge branch 'v2' of https://github.com/josdejong/mathjs into josdejong-v2
Conflicts:
test/type/matrix/CcsMatrix.test.js
test/type/matrix/DenseMatrix.test.js
|
2015-04-22 12:48:42 -04:00 |
|
Rogelio J. Baucells
|
ae0b2cf4e9
|
trace() refactoring
|
2015-04-22 12:41:02 -04:00 |
|
Max Bruckner
|
7435e91529
|
Fix Bug #328 abs(0+0i) evaluates to NaN
This is a quick fix. This might need a better solution though (
numerical instabilities still remain ).
|
2015-04-22 14:36:24 +02:00 |
|