#rustmex #mex #matlab #ffi

rustmex_separated_complex

Rustmex libary with implementations for separated complex numeric arrays

2 unstable releases

0.2.0 Jun 4, 2023
0.1.0 Feb 27, 2023

#2 in #rustmex


Used in rustmex

MPL-2.0 license

58KB
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 separate 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