rustmex_separated_complex

Crates.iorustmex_separated_complex
lib.rsrustmex_separated_complex
version0.2.0
sourcesrc
created_at2023-02-27 11:34:27.003666
updated_at2023-06-04 11:08:58.270281
descriptionRustmex libary with implementations for separated complex numeric arrays
homepage
repositoryhttps://gitlab.com/nielstermeer/rustmex
max_upload_size
id795866
size10,980
(nielstermeer)

documentation

README

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.

Commit count: 189

cargo fmt