finite_element_method 0.9.3

A finite element method module.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "colsol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0210463300a5701507349000683d2d47f5f9377c503b1dbec543fb2bd243dcb1"

[[package]]
name = "extended_matrix"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5bb3aca1a1d792363a323d120b7e96aa53cd8c40436c4fe4c191972d331ea7a"
dependencies = [
 "extended_matrix_float",
]

[[package]]
name = "extended_matrix_float"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97e4392a8559608df56d8f37deadc51dfb4a0a9c137018f81b938923753df44c"

[[package]]
name = "finite_element_method"
version = "0.9.3"
dependencies = [
 "colsol",
 "extended_matrix",
]