#rustmex #mex #matlab #ffi

rustmex_interleaved_complex

Rustmex libary with implementations for interleaved complex numeric arrays

2 unstable releases

0.2.0 Jun 4, 2023
0.1.0 Feb 27, 2023

#3 in #rustmex

29 downloads per month
Used in rustmex

MPL-2.0 license

55KB
1K SLoC

Rustmex Interleaved Complex

This crate is part of the Rustmex family of crates, providing ergonomic bindings to Matlab's and Octave's MEX APIs from Rust. This crate implements complex numerical arrays for backends which interleave the real and imaginary parts of complex numbers.

You can depend on this crate specifically. Alternatively, you can enable the complex feature flag on the Rustmex crate, which will conspire with other feature flags to pull in the correct implementation, which are then exposed/pub use'd in Rustmex.

Dependencies

~1.5MB
~25K SLoC