russell_tensor 1.6.2

Tensor analysis, calculus, and functions for continuum mechanics
Documentation
[dependencies.russell_lab]
version = "1.0.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

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

[features]
intel_mkl = ["russell_lab/intel_mkl"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "Tensor analysis, calculus, and functions for continuum mechanics"
documentation = "https://docs.rs/russell_tensor"
edition = "2021"
homepage = "https://github.com/cpmech/russell"
keywords = ["tensor", "Voigt", "Mandel", "continuum", "mechanics"]
license = "MIT"
name = "russell_tensor"
readme = "README.md"
repository = "https://github.com/cpmech/russell"
version = "1.6.2"