pounce-linsol 0.2.0

Symmetric linear-solver trait layer for POUNCE (port of Ipopt's Algorithm/LinearSolvers/Ip{SymLinearSolver,SparseSymLinearSolverInterface,TSymLinearSolver,TSymScalingMethod,TripletToCSRConverter}). No FFI; concrete backends live in pounce-hsl, pounce-mumps (future), pounce-feral (future).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "pounce-common"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf8239bcc49d7cb101027bf2002fe24f3115ad1b7245f216d084dddd7d4d87f"

[[package]]
name = "pounce-linalg"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b6f62289383a221c31519d69fba5b348e7b50c68b6fb8b4656a5b8d96885d5"
dependencies = [
 "pounce-common",
]

[[package]]
name = "pounce-linsol"
version = "0.2.0"
dependencies = [
 "pounce-common",
 "pounce-linalg",
]