Rust-Scientific-Computing / feotensor

Tensor library for scientific computing in Rust
MIT License
2 stars 0 forks source link

Add broadcasting capabilities #19

Open siliconlad opened 3 months ago

siliconlad commented 3 months ago

Presumably we want to follow something very similar to how bumpy does broadcasting.

siliconlad commented 3 months ago

Probably something along the lines of before every operation, we check if we need to broadcast. Probably not a high priority because you can manually reshape (i.e. this is a QoL thing).