matamorph 0.1.0

Seamless conversions between Rust’s major matrix libraries: ndarray, faer, nalgebra, and mdarray.
Documentation
[dependencies.faer]
optional = true
version = "0.23.2"

[dependencies.mdarray]
optional = true
version = "0.7.1"

[dependencies.nalgebra]
optional = true
version = "0.34.1"

[dependencies.ndarray]
optional = true
version = "0.17.1"

[dependencies.num-traits]
version = "0.2.19"

[features]
default = []
full = ["with-ndarray", "with-faer", "with-nalgebra", "with-mdarray"]
with-faer = ["faer"]
with-mdarray = ["mdarray"]
with-nalgebra = ["nalgebra"]
with-ndarray = ["ndarray"]

[lib]
name = "matamorph"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Seamless conversions between Rust’s major matrix libraries: ndarray, faer, nalgebra, and mdarray."
documentation = "https://docs.rs/matamorph"
edition = "2024"
keywords = ["matrix", "linear-algebra", "ndarray", "nalgebra", "faer"]
license = "MIT OR Apache-2.0"
name = "matamorph"
readme = "README.md"
repository = "https://gitlab.com/starcluster/matamorph"
version = "0.1.0"

[[test]]
name = "mod"
path = "tests/mod.rs"