gam-math 0.3.127

Hand-derived analytic-derivative jet/Taylor-tower machinery for the gam penalized-likelihood engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gam-math"
version = "0.3.127"
edition = "2024"
rust-version = "1.93"
description = "Hand-derived analytic-derivative jet/Taylor-tower machinery for the gam penalized-likelihood engine"
license = "AGPL-3.0-or-later"
repository = "https://github.com/SauersML/gam"

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

[dependencies]
libm = "0.2.16"
statrs = "0.18.0"

[lints.rust]
warnings = "deny"