jos
|
1f0a37a0cb
|
Split initialized 'const' declarations into multiple statements
|
2018-06-13 15:31:37 +02:00 |
|
jos
|
17f07ec098
|
Fixed incompatibility with v4 (index.js file)
|
2018-06-13 14:02:50 +02:00 |
|
jos
|
b3b96749bf
|
Refactored var into const/let, and removed a lot of semicolons
|
2018-06-13 12:21:14 +02:00 |
|
jos
|
024b2a9e26
|
Fix most lint errors using npx standard --fix
|
2018-06-10 20:28:27 +02:00 |
|
jos
|
635cd0b574
|
Revert using /lib/ in tests, use /src/ again. Fixed coverage testing. WIP
|
2018-06-06 22:11:52 +02:00 |
|
jos
|
79071b5e4f
|
Fixed npm run test:browser not working (WIP)
|
2018-06-06 21:30:41 +02:00 |
|
jos
|
0c084b8e20
|
npm test working now
|
2018-06-06 15:36:36 +02:00 |
|
jos
|
f87ec1c6db
|
Setup Babel compilation (WIP)
|
2018-06-06 14:31:33 +02:00 |
|
Adam Kelly
|
b564c20f19
|
Add Support for Complex Numbers in kron
|
2017-01-20 22:51:01 +00:00 |
|
Adam Kelly
|
44515ba7ed
|
Add support for 1D Vectors in math.kron
|
2017-01-20 18:09:42 +00:00 |
|
Adam Kelly
|
6e63a112a2
|
Add Kronecker Product (Direct / Tensor Product)
Adds Kronecker Product as math.kron(x, y);
|
2017-01-17 22:31:42 +00:00 |
|