Rogelio J. Baucells
|
ae0b2cf4e9
|
trace() refactoring
|
2015-04-22 12:41:02 -04:00 |
|
jos
|
c5007d4bf2
|
Refactored cross, dot, size, squeeze to typed-functions
|
2015-04-20 21:28:17 +02:00 |
|
jos
|
1d5a972a58
|
Refactored combinations, factorial, gamma, permutations, pickRandom, random, randomInt to typed-functions
|
2015-04-15 21:30:32 +02:00 |
|
jos
|
e1fa9c8603
|
Refactored eval, help, and parse to typed-functions
|
2015-04-14 21:37:41 +02:00 |
|
jos
|
3f0ef4f062
|
Refactored and, not, or, xor to typed-functions
|
2015-04-14 21:10:55 +02:00 |
|
jos
|
349e9845e8
|
Merge branch 'develop' into v2_merge
Conflicts:
HISTORY.md
bower.json
component.json
dist/math.js
dist/math.map
dist/math.min.js
docs/reference/units.md
lib/version.js
package.json
test/function/construction/chain.test.js
test/function/matrix/det.test.js
test/function/matrix/transpose.test.js
test/function/utils/import.test.js
|
2015-04-13 21:42:43 +02:00 |
|
jos
|
989fcc154b
|
Refactored bitNot, bitOr, bitXor, leftShift, rightArithShift, rightLogShift to typed-functions.
|
2015-04-13 21:32:48 +02:00 |
|
jos
|
567a212833
|
Merge remote-tracking branch 'origin/v2' into v2
|
2015-04-13 09:52:11 +02:00 |
|
Jos de Jong
|
bc6f63b6c9
|
Merge pull request #318 from FSMaxB/latex-restructure
Restructure and complete the LaTeX generator.
|
2015-04-13 09:39:16 +02:00 |
|
rjbaucells
|
3cce748166
|
lusolve() function
|
2015-04-12 23:55:17 -04:00 |
|
rjbaucells
|
440c95b686
|
lup() function
|
2015-04-12 22:37:45 -04:00 |
|
Max Bruckner
|
240eeecccd
|
lib/util: Move over from callbacks to templates
|
2015-04-12 23:44:26 +02:00 |
|
Rogelio J. Baucells
|
cb1af441ed
|
lusolve()
|
2015-04-09 16:38:00 -04:00 |
|
rjbaucells
|
ccaaaedbb9
|
lusolve() - ccs
|
2015-04-08 23:48:19 -04:00 |
|
Rogelio J. Baucells
|
cf03b03578
|
lusolve() - partial
|
2015-04-08 18:00:42 -04:00 |
|
jos
|
8df0cf50f8
|
Merge branch 'develop' into v2_merge
Conflicts:
HISTORY.md
bower.json
component.json
dist/math.js
dist/math.map
dist/math.min.js
lib/function/arithmetic/round.js
lib/version.js
package.json
|
2015-04-08 09:45:11 +02:00 |
|
rjbaucells
|
2d4236b460
|
Vector - partial
|
2015-04-08 00:02:29 -04:00 |
|
rjbaucells
|
e7d3d7f660
|
lusolve()
|
2015-04-07 20:27:28 -04:00 |
|
Rogelio J. Baucells
|
2772ad474a
|
lup() for CRS & arrays
|
2015-04-07 17:13:19 -04:00 |
|
Rogelio J. Baucells
|
337c17d257
|
lup() - partial
|
2015-04-06 17:58:05 -04:00 |
|
jos
|
f773df0fc6
|
Fixed #317 (formatting negative values), fixed #316 (round-off errors in formatting values)
|
2015-04-06 21:08:21 +02: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
|
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 |
|
rjbaucells
|
314b705ef6
|
lup() - partial
|
2015-04-04 13:15:09 -04:00 |
|
Rogelio J. Baucells
|
ce1c893794
|
algebra lup() implementation
|
2015-04-02 12:48:13 -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
|
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
|
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 |
|
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 |
|
Rogelio J. Baucells
|
0d34992080
|
Merge pull request #23 from josdejong/develop
Sync
|
2015-03-19 00:06:26 -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 |
|
rjbaucells
|
246c1e235e
|
partial math.diag()
|
2015-03-15 22:23:55 -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 |
|