peroxide 0.31.7

Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "axect/peroxide"
[dependencies.blas]
optional = true
version = "0.22"

[dependencies.csv]
default_features = false
optional = true
version = "1.1"

[dependencies.json]
optional = true
version = "0.12"

[dependencies.lapack]
optional = true
version = "0.19"

[dependencies.matrixmultiply]
features = ["threading"]
version = "0.3"

[dependencies.netcdf]
default_features = false
optional = true
version = "0.7"

[dependencies.order-stat]
version = "0.1"

[dependencies.peroxide-ad]
version = "0.3"

[dependencies.puruspe]
version = "0.2"

[dependencies.pyo3]
optional = true
version = "0.17"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.float-cmp]
version = "0.9"

[features]
O3 = ["blas", "lapack"]
default = []
nc = ["netcdf"]
plot = ["pyo3"]

[package]
authors = ["axect <axect@outlook.kr>"]
categories = ["science"]
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"
documentation = "https://peroxide.surge.sh"
edition = "2018"
exclude = ["example_data/", "src/bin/", "benches/", "example/", "test_data/", "peroxide-ad2"]
keywords = ["Numeric", "Science", "Dataframe", "Plot", "LinearAlgebra"]
license = "MIT OR Apache-2.0"
name = "peroxide"
readme = "README.md"
repository = "https://github.com/Axect/Peroxide"
version = "0.31.7"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]