ohsl 0.12.0

A collection of numerical routines and mathematical types for use in scientific computing.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ohsl"
version = "0.12.0"
authors = ["anthonyoneill <ajoneill@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of numerical routines and mathematical types for use in scientific computing."
readme = "README.md"
license = "MIT"
repository = "https://github.com/anthonyoneill/ohsl"

[package.metadata.docs.rs]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

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

[[example]]
name = "basic_integration"
path = "examples/basic_integration.rs"

[[example]]
name = "blasius"
path = "examples/blasius.rs"

[[example]]
name = "complex_numbers"
path = "examples/complex_numbers.rs"

[[example]]
name = "heat_equation"
path = "examples/heat_equation.rs"

[[example]]
name = "linear_systems"
path = "examples/linear_systems.rs"

[[example]]
name = "lorenz"
path = "examples/lorenz.rs"

[[example]]
name = "polynomial"
path = "examples/polynomial.rs"

[[example]]
name = "root_finding"
path = "examples/root_finding.rs"

[[example]]
name = "sparse_laplace"
path = "examples/sparse_laplace.rs"

[[example]]
name = "sparse_linear_system"
path = "examples/sparse_linear_system.rs"

[[example]]
name = "vector_algebra"
path = "examples/vector_algebra.rs"

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

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rand]
version = "0.8.5"