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 |
|
rjbaucells
|
fa24a92b24
|
atan2 updates - partial
|
2015-05-03 23:36:05 -04:00 |
|
rjbaucells
|
4b8e47fed8
|
algorithms file split
|
2015-05-02 11:36:59 -04:00 |
|
rjbaucells
|
e5cb318bc2
|
element wise operations
|
2015-05-01 23:09:46 -04:00 |
|
rjbaucells
|
8f5742a27e
|
element wise operations
|
2015-05-01 20:14:00 -04:00 |
|
jos
|
7a37c777e4
|
Created index.js files for most groups of functions so you can import a all functions with a single action
|
2015-04-26 20:28:47 +02:00 |
|
jos
|
3f0ef4f062
|
Refactored and, not, or, xor to typed-functions
|
2015-04-14 21:10:55 +02:00 |
|
Rogelio J. Baucells
|
b4463d9ef3
|
Initial require() changes
|
2015-03-04 13:53:32 -05:00 |
|
jos
|
fe694bfd12
|
Dropped string support for bitwise operators
|
2014-12-25 15:07:30 +01:00 |
|
jos
|
33be634ffa
|
Dropped support for string and undefined from logical operators
|
2014-12-25 14:49:43 +01:00 |
|
Favian Contreras
|
75886b35c9
|
Changed array and matrix to element-wise. Added xor.
|
2014-12-25 04:43:55 -05:00 |
|
jos
|
af08c269f3
|
Added operators &, |, <<, >>, >>> not, and, or to the expression parser
|
2014-12-23 16:25:32 +01:00 |
|