Skip to main content

Crate lox_math

Crate lox_math 

Source
Expand description

Mathematical utilities re-exported from lox_core::math.

Modulesยง

glam
Extension traits for glam vector types.
linear_algebra
Linear algebra utilities.
optim
Bracketed optimization algorithms.
roots
Root-finding algorithms: Steffensen, Newton, Brent, and Secant methods.
series
Interpolated data series with linear and cubic spline support.
slices
Utility traits for working with slices of numbers.