Jared Samet
Jared Samet
I am not actively maintaining the crate I published anymore so please feel free to fork my repo or otherwise take whatever code you want from it. I'm happy to...
@bluss Yes, I am on macos and I can reproduce the bug in the sense that every time I run cargo test on my crate, a number of tests fail;...
The optimization order thing I mentioned is alluded to [here](https://numpy.org/doc/stable/reference/generated/numpy.einsum_path.html); I have a placeholder in the crate to support a more intelligent algorithm. I'd be happy to see if that...
That fixes it for me.
I just pushed v0.7.0 (which depends on ndarray v0.15) to crates.io.
@hochej I don't think you're missing anything; in fact I made a "Convert to macro" issue oracleofnj/einsum#2 in my repo that I never got around to doing. I agree that...
I've started taking a crack at einsum [here](https://github.com/oracleofnj/einsum). The implementation I have there has multiple issues (performance and otherwise) and is not at all ready for production, but is apparently...
After reading through the implementations/documentation in numpy and opt_einsum, I'm writing the base cases to handle a single operand or a pair of operands and then I'll write a function...
I published a beta version of [my crate](https://crates.io/crates/ndarray_einsum_beta) to crates.io. It still has some issues but it's far enough along that you are welcome to give it a spin. There...
It has been a while since we did this project, but if I remember correctly, I think the imaginary part is always very small (essentially zero except for floating point...