jos
|
5dfa79196e
|
Some more fixes and improvements in NumberFormatter
|
2015-04-07 22:16:47 +02:00 |
|
rjbaucells
|
29dae2483d
|
swapRows()
|
2015-04-06 21:03:20 -04:00 |
|
Rogelio J. Baucells
|
337c17d257
|
lup() - partial
|
2015-04-06 17:58:05 -04:00 |
|
jos
|
2cdeb0d49b
|
Save digits as number instead of string
|
2015-04-06 21:17:39 +02:00 |
|
jos
|
f773df0fc6
|
Fixed #317 (formatting negative values), fixed #316 (round-off errors in formatting values)
|
2015-04-06 21:08:21 +02:00 |
|
Rogelio J. Baucells
|
c177acb334
|
Merge pull request #32 from rjbaucells/FibonacciHeap
FibonacciHeap remove()
|
2015-04-05 23:21:59 -04:00 |
|
rjbaucells
|
39e92600e0
|
FibonacciHeap remove()
|
2015-04-05 23:20:56 -04:00 |
|
Rogelio J. Baucells
|
a528f5d471
|
Merge pull request #31 from rjbaucells/FibonacciHeap
Fibonacci heap
|
2015-04-05 21:57:44 -04:00 |
|
rjbaucells
|
0c82b98c47
|
Fibonacci Heap
|
2015-04-05 21:14:28 -04:00 |
|
rjbaucells
|
a478198e12
|
lup() - partial
|
2015-04-05 21:08:46 -04:00 |
|
Max Bruckner
|
9acccce315
|
util/latex: change comments
|
2015-04-05 14:29:16 +02:00 |
|
Max Bruckner
|
92c27301ba
|
util/latex: use map of operators in LaTeX conversion of functions
|
2015-04-05 14:29:16 +02:00 |
|
Max Bruckner
|
dacf9fba46
|
OperatorNode: bugfix: toTex creates invalid LaTeX
toTex has been creating invalid LaTeX for fractions where the operands
are in parenthesis, see '(1+1)/2' for example
|
2015-04-05 14:29:15 +02:00 |
|
Max Bruckner
|
0868987cdf
|
util/latex: use ":=" for assignments and '=' 'equal'
|
2015-04-05 14:29:14 +02:00 |
|
Max Bruckner
|
6b1d09f2cb
|
util/latex: new toSymbol
|
2015-04-05 14:29:12 +02:00 |
|
Max Bruckner
|
7adf0ebc53
|
LaTeX tests for functions
|
2015-04-05 14:29:10 +02:00 |
|
Max Bruckner
|
5dcb87aeaa
|
util/latex: Remove unused functions
* toArgs
* addBraces
* dots and curly functions
util/latex.js: Remove Function addBraces
util/latex.js remove dots and curly functions
|
2015-04-05 14:29:09 +02:00 |
|
Max Bruckner
|
13e35217b7
|
Latex restructure
|
2015-04-05 14:25:54 +02:00 |
|
rjbaucells
|
314b705ef6
|
lup() - partial
|
2015-04-04 13:15:09 -04:00 |
|
rjbaucells
|
809f62dfa0
|
lup() - partial
|
2015-04-04 12:52:31 -04:00 |
|
rjbaucells
|
3b25eb8a38
|
lup() - partial
|
2015-04-03 12:51:45 -04:00 |
|
Rogelio J. Baucells
|
ce1c893794
|
algebra lup() implementation
|
2015-04-02 12:48:13 -04:00 |
|
rjbaucells
|
2cef2ae244
|
CCS lup - partial
|
2015-04-02 02:14:26 -04:00 |
|
Rogelio J. Baucells
|
c2de167a17
|
CCS lup - partial
|
2015-04-02 01:02:22 -04:00 |
|
Rogelio J. Baucells
|
2f4b5cd8f9
|
CCS lup - partial
|
2015-04-01 17:54:33 -04:00 |
|
Rogelio J. Baucells
|
4e7d9e5e5b
|
math.diag()
|
2015-04-01 11:06:40 -04:00 |
|
rjbaucells
|
e5e38b04e5
|
sparse matrix optimizations
|
2015-04-01 00:58:07 -04:00 |
|
Rogelio J. Baucells
|
f7b298cee1
|
math.eye()
|
2015-03-31 17:38:19 -04:00 |
|
jos
|
8cfabebdfb
|
Oops. committed missing files
|
2015-03-31 22:23:32 +02:00 |
|
jos
|
8a68bb56e4
|
Merged math.js v1.5 into v2. Format support of functions eye and diag still needs to be fixed
|
2015-03-31 22:07:47 +02: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 |
|
jos
|
466c6a03e8
|
Added support for booleans and null in function import
|
2015-03-26 21:46:57 +01:00 |
|
jos
|
955eac3505
|
Function import now returns the imported objects
|
2015-03-26 21:42:31 +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
|
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
|
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 |
|
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 |
|
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 |
|