-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iodide needs a Matrix First enviroment. #1
Comments
Proposed solution: Babel and TC39 work Use Babel with transforms.
|
Thanks for the issue @gregglind! We've talked internally about making a babel mode for scientific computing needs (matrix stuff like broadcasting, precision, complex numbers, etc.) that connects to some library w/ an API, but not enough bandwidth right now to implement it. What you're proposing on a high-level matches a lot of what we've talked about on private channels. WATLab syntax was something we were looking at earlier this year. @bcolloran has some strong thoughts about what this might all look like, so I'll let him chime in. Layer-wise, we'll need:
These clearly seem related, but could also be viewed as modular concerns. |
I've transferred this issue to our new repo, |
I also would prefer 0 based indexing. Numpy actually does not feel bolted on at all to me. In fact I greatly prefer it to both R and Matlab. Perhaps using webgl would be simpler way to accelerate matrix multiplication on gpu. This person accomplished it with a few hundred lines of code: http://watmough.github.io/webgl-matrix-demo/ |
Problem statement: Matrix work in JS stinks.
Features that make N-dimentional-Matrix work awesome
.*
)The text was updated successfully, but these errors were encountered: