lbfgs 0.2.1

A Rust implementation of the L-BFGS algorithm
Documentation
set -euxo pipefail

main() {
    cargo check --target $TARGET
    cargo test --target $TARGET
}

main