cavemanloverboy

Results 65 comments of cavemanloverboy

> Not directly. But you can compute a Nd FFT by computing FFTs for the rows, transposing, doing FFTs for the columns, transposing again, etc. check out the “transpose” crate...

I see it's already been caught by [509ef94](https://github.com/project-serum/anchor/commit/509ef94f795e469a562c2dd9796694fc8f6a2c16). I wonder if we should keep the profile parameters in the program directory's Cargo.toml in case anyone ever rips out a program...

@paul-schaaf pinging since you are the author of the aforementioned commit. Any thoughts on keeping the profile at both levels?

Bump. I thought about adding my own build.rs to my project for the arrayfire dependency, but it should really be at this crate's level

I believe this should be closed given https://github.com/solana-labs/solana/pull/26909

I think it should be possible, actually, here's an [example](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=1507ec598c625b2a3dbce9a2f937e6f9)

The implementation can also be done for `Complex` and `Complex` for `Array` and `Array`

Also, doing this for `Div` will allow for things like `1.0 / array` for a complex array.

Was on a walk and realized the eviction condition isn't quite right. Will add a commit in a bit