Rogelio J. Baucells
|
68a864eef0
|
Fixed bug in algorithm04
|
2015-05-05 16:56:36 -04:00 |
|
jos
|
8c032f2593
|
Replaced all instanceof checks with x && xisMyType === true checks
|
2015-05-05 15:09:21 +02:00 |
|
jos
|
3242cd8550
|
Attached properties like.type === 'Complex' and .isComple to all data types
|
2015-05-05 14:35:45 +02:00 |
|
jos
|
320378543f
|
Moved the primitive types to ./lib/type again (not in a subfolder primitive)
|
2015-05-05 14:04:23 +02:00 |
|
jos
|
b32b89f94c
|
Moved help/docs related stuff to ./lib/expression
|
2015-05-05 14:01:38 +02:00 |
|
jos
|
7e3eda8603
|
Moved all data types and their construction functions into a folder of their own under ./lib/type
|
2015-05-05 13:51:24 +02:00 |
|
jos
|
3dc48519d9
|
Moved FibonacciHeap to ./lib/type/matrix
|
2015-05-05 12:04:57 +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 |
|
Jos de Jong
|
cd6f6df393
|
Merge pull request #346 from rjbaucells/sparse-arithmetic
Sparse arithmetic updates
|
2015-05-05 11:04:18 +02:00 |
|
Rogelio J. Baucells
|
1b3cf30e98
|
Fixed performance problems with array
|
2015-05-05 01:25:15 -04:00 |
|
Rogelio J. Baucells
|
d86de79aad
|
Algorithm updates (fixed array performance problem)
|
2015-05-05 00:54:28 -04:00 |
|
Rogelio J. Baucells
|
4f57b33747
|
Array fix
|
2015-05-05 00:14:01 -04:00 |
|
rjbaucells
|
79d933d1e3
|
algorithm13 - stack based
|
2015-05-04 20:10:37 -04:00 |
|
rjbaucells
|
c1b5c38be1
|
algorithm13 updates
|
2015-05-04 19:23:34 -04:00 |
|
Rogelio J. Baucells
|
00a493b820
|
algorithm13 updates
|
2015-05-04 18:18:39 -04:00 |
|
Rogelio J. Baucells
|
e48c378b2d
|
algorithm13 updates
|
2015-05-04 17:45:56 -04:00 |
|
Rogelio J. Baucells
|
ace5191714
|
algorithm04 updates
|
2015-05-04 16:37:58 -04:00 |
|
Rogelio J. Baucells
|
64f25e482f
|
Update README.md
|
2015-05-04 09:12:40 -04:00 |
|
Rogelio J. Baucells
|
0f7c87c83e
|
Update README.md
|
2015-05-04 09:08:27 -04:00 |
|
Rogelio J. Baucells
|
3512f1f4f9
|
Update README.md
|
2015-05-04 09:08:03 -04:00 |
|
Rogelio J. Baucells
|
a3769b0c5e
|
Update README.md
|
2015-05-04 09:07:16 -04:00 |
|
Rogelio J. Baucells
|
fbcf8e2c10
|
Update README.md
|
2015-05-04 09:06:30 -04:00 |
|
Rogelio J. Baucells
|
2e4e69e62a
|
Update README.md
|
2015-05-04 09:06:16 -04:00 |
|
Rogelio J. Baucells
|
c9ec4c26c9
|
doc updates
|
2015-05-04 09:05:37 -04:00 |
|
Rogelio J. Baucells
|
fab41d3bce
|
doc updates
|
2015-05-04 09:04:02 -04:00 |
|
Rogelio J. Baucells
|
4bbef7b6de
|
doc updates
|
2015-05-04 09:01:38 -04:00 |
|
Rogelio J. Baucells
|
2a737c146a
|
doc updates
|
2015-05-04 09:00:14 -04:00 |
|
rjbaucells
|
f40e46a7ce
|
documentation
|
2015-05-04 08:59:05 -04:00 |
|
rjbaucells
|
fa24a92b24
|
atan2 updates - partial
|
2015-05-03 23:36:05 -04:00 |
|
rjbaucells
|
2d8410a5fa
|
equal updates
|
2015-05-03 19:05:21 -04:00 |
|
rjbaucells
|
71fa09dc66
|
compare & algorithm05 updates
|
2015-05-03 17:40:38 -04:00 |
|
rjbaucells
|
2a62627528
|
algorithm 01 & 07 updates
|
2015-05-03 16:28:45 -04:00 |
|
rjbaucells
|
16288b8e47
|
algorithm01 updates
|
2015-05-03 14:04:19 -04:00 |
|
rjbaucells
|
769eebadb7
|
nthRoot
|
2015-05-02 19:46:38 -04:00 |
|
rjbaucells
|
4b8e47fed8
|
algorithms file split
|
2015-05-02 11:36:59 -04:00 |
|
rjbaucells
|
22d3314d2a
|
element wise operations
|
2015-05-01 23:38:18 -04:00 |
|
rjbaucells
|
e5cb318bc2
|
element wise operations
|
2015-05-01 23:09:46 -04:00 |
|
jos
|
077890fbb5
|
Cleaned up redundant function BigNumber.convert
|
2015-05-01 23:08:30 +02:00 |
|
jos
|
0ccb0bce4c
|
Refactored Chain, decoupled from import
|
2015-05-01 16:23:04 +02:00 |
|
jos
|
99e3fd40c4
|
Introduced event emitter, and events config and import. Renamed loader.js to core.js
|
2015-05-01 14:03:29 +02:00 |
|
Rogelio J. Baucells
|
ca94dc55b1
|
Algorithm updates
|
2015-04-30 22:50:08 -04:00 |
|
rjbaucells
|
05f6ea4f6b
|
v2 sync
|
2015-04-30 21:02:46 -04:00 |
|
rjbaucells
|
aa746f051f
|
Merge branch 'v2' of https://github.com/josdejong/mathjs into josdejong-v2
Conflicts:
lib/type/matrix/DenseMatrix.js
lib/type/matrix/SparseMatrix.js
|
2015-04-30 21:02:27 -04:00 |
|
Rogelio J. Baucells
|
4ab8a7e248
|
element wise operations
|
2015-04-30 17:51:04 -04:00 |
|
jos
|
e348cb70a2
|
Refactored Range and Index. Reorganized index.js
|
2015-04-30 20:36:45 +02:00 |
|
rjbaucells
|
38386136e1
|
algorithm updates
|
2015-04-30 00:49:50 -04:00 |
|
rjbaucells
|
6f2741127b
|
documentation url
|
2015-04-30 00:22:10 -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
|
3971e701fc
|
updated issue url
|
2015-04-29 20:43:45 -04:00 |
|