jos
|
8c032f2593
|
Replaced all instanceof checks with x && xisMyType === true checks
|
2015-05-05 15:09:21 +02:00 |
|
jos
|
758107428c
|
Moved collection.js and Matrix.js under ./lib/type/matrix, moved construction functions matrix.js and sparse.js to ./lib/type/matrix/function, and created an index file.
|
2015-05-05 12:00:07 +02:00 |
|
Rogelio J. Baucells
|
1b3cf30e98
|
Fixed performance problems with array
|
2015-05-05 01:25:15 -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 |
|
jos
|
e9e87cd938
|
Refactored ones and zeros to typed-functions. Created an index.js file for all matrix functions.
|
2015-04-28 20:14:08 +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
|
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 |
|
Max Bruckner
|
8d1d20ba2e
|
Merge branch 'develop' into v2
|
2015-04-27 09:14:50 +02:00 |
|
Max Bruckner
|
637d728f59
|
zeros: fix typo in error message (eye --> zeros)
|
2015-04-25 21:25:46 +02:00 |
|
Rogelio J. Baucells
|
748fe0d0fb
|
CcsMatrix refactoring
|
2015-04-24 11:13:17 -04:00 |
|
jos
|
952ec790cf
|
Refactored concat and flatten to typed-functions
|
2015-04-22 22:13:04 +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 |
|
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 |
|
Rogelio J. Baucells
|
4e7d9e5e5b
|
math.diag()
|
2015-04-01 11:06:40 -04:00 |
|
rjbaucells
|
f829187794
|
math.diag() partial
|
2015-04-01 00:59:31 -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
|
5cab0641e9
|
Simplified the factory structure a little bit. Reworked reviver and BigNumber to factories
|
2015-03-26 21:03:55 +01:00 |
|
jos
|
d4a457f5c9
|
Refactored norm, nthRoot, round, diag, transpose to typed-functions.
|
2015-03-22 15:34:59 +01: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 |
|
rjbaucells
|
f144b73c14
|
math.diag()
|
2015-03-16 20:40:45 -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 |
|
rjbaucells
|
7163c7997d
|
math.resize()
|
2015-03-12 23:39:59 -04:00 |
|
rjbaucells
|
b1166871ac
|
math.ones()
|
2015-03-12 19:57:31 -04:00 |
|
Rogelio J. Baucells
|
188edd8180
|
math.trace()
|
2015-03-12 14:56:54 -04:00 |
|
Rogelio J. Baucells
|
5e1f557f54
|
math.zeros()
|
2015-03-12 12:13:14 -04:00 |
|
rjbaucells
|
23391f4dea
|
Test updates
|
2015-03-12 00:21:01 -04:00 |
|
rjbaucells
|
fb70dc8272
|
Matrix transpose implementation
|
2015-03-10 22:38:41 -04:00 |
|
Rogelio J. Baucells
|
2077c39885
|
Matrix inheritance implementation
|
2015-03-10 15:28:19 -04:00 |
|
Rogelio J. Baucells
|
b4463d9ef3
|
Initial require() changes
|
2015-03-04 13:53:32 -05:00 |
|
jos
|
db4a004e58
|
Merge branch 'develop' into v2
Conflicts:
HISTORY.md
|
2015-02-20 19:56:12 +01:00 |
|
jos
|
70a476c357
|
Replaced all require('decimal.js') with require('../type/BigNumber'), containing the toJSON and fromJSON methods for BigNumber
|
2015-02-18 20:41:27 +01:00 |
|
jos
|
52cd92643b
|
Removed adding .clone() method to BigNumber
|
2015-02-16 09:19:53 +01:00 |
|
jos
|
beb4e2e536
|
Released version 1.3.0
|
2015-02-09 21:43:00 +01:00 |
|
jos
|
8edf472478
|
Upgraded to typed-function v0.6.1, more functions refactored.
|
2015-02-07 20:29:32 +01:00 |
|
Pete Corey
|
457c8d288a
|
Renamed tr to trace
|
2015-01-29 11:20:49 -08:00 |
|
Pete Corey
|
f33bcbefeb
|
Fixed typo
|
2015-01-27 12:31:14 -08:00 |
|
Pete Corey
|
5e3bb7e8dd
|
Added trace matrix operation
|
2015-01-27 12:28:04 -08:00 |
|
jos
|
19c2024524
|
Halfway reworking more functions (lot of stuff is broken at this point)
|
2015-01-17 21:09:39 +01:00 |
|
jos
|
950c27df3e
|
Removed the circular dependency between divide and inv (introduced _divide)
|
2014-12-24 14:51:45 +01:00 |
|
jos
|
8f37893c61
|
Implemented function cross (cross product for vectors).
|
2014-11-08 17:57:51 +01:00 |
|
jos
|
50fb91346b
|
Implemented function dot (dot product for vectors).
|
2014-11-08 16:13:32 +01:00 |
|