rustmex_separated_complex 0.2.0

Rustmex libary with implementations for separated complex numeric arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rustmex_separated_complex"
version = "0.2.0"
edition = "2021"
license = "MPL-2.0"
description = "Rustmex libary with implementations for separated complex numeric arrays"
keywords = ["Rustmex", "Matlab", "mex", "ffi"]
repository = "https://gitlab.com/nielstermeer/rustmex"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
num-complex = "0.4"
rustmex_core = { path = "../core", version = "0.2"}
ndarray = "0.15.4"