JErnestoMtz / rapl

Rank Polymorphic array library for Rust.
103 stars 3 forks source link

Element wise Complex funcitons in `Ndarr` #16

Closed JErnestoMtz closed 1 year ago

JErnestoMtz commented 1 year ago

There are some functions of C<T> that aren't implemented yet in complex_tensor.rs for Ndarr<C<T>> , for example sqrt.

For most functions is fairly straightforward, just using map or map_type.