462 Commits

Author SHA1 Message Date
Rogelio J. Baucells
65ab4faa89 sparse updates 2015-04-27 15:31:05 -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
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
Rogelio J. Baucells
4347a3d16f sparse arithmetic updates 2015-04-27 12:03:59 -04:00
rjbaucells
64e752a69d add() - partial 2015-04-26 23:12:28 -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
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
rjbaucells
10593e4206 cs sparse updates 2015-04-25 12:10:57 -04: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
rjbaucells
cbf5df0f70 cs_chol() 2015-04-24 00:07:06 -04:00
Rogelio J. Baucells
4197743500 sparse lu() 2015-04-23 17:39:30 -04:00
Rogelio J. Baucells
9ab61740e7 sparse algorithms 2015-04-22 23:15:04 -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
ca9de69251 trace() refactoring 2015-04-22 13:33:45 -04: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
Rogelio J. Baucells
c093c01d99 transpose() refactoring 2015-04-21 14:44:42 -04:00
jos
c5007d4bf2 Refactored cross, dot, size, squeeze to typed-functions 2015-04-20 21:28:17 +02:00
jos
0712f083a2 Moved registry of matrix implementations from index to the implementations itself 2015-04-15 21:41:11 +02:00
jos
1d5a972a58 Refactored combinations, factorial, gamma, permutations, pickRandom, random, randomInt to typed-functions 2015-04-15 21:30:32 +02:00
Nick Foti
020a47c938 Corrected gamma documentation to allow argument to be real or complex. 2015-04-14 14:40:43 -07: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
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
rjbaucells
3cce748166 lusolve() function 2015-04-12 23:55:17 -04:00
rjbaucells
440c95b686 lup() function 2015-04-12 22:37:45 -04: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
rjbaucells
cdcbc6f054 lusolve - partial 2015-04-08 08:54:30 -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
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
ce1c893794 algebra lup() implementation 2015-04-02 12:48:13 -04:00