Skip to content

gomlx/bsplines

Repository files navigation

B-Spline function support for Go

GoDev GitHub

This library provides 2 implementations of B-Spline using the same API: one that evaluates fully in Go (CPU, slower) and one using GoMLX for ML and/or accelerators.

Highlights:

Changes Log

v0.2.0

  • Moved GoMLX code to github.com/gomlx/gomlx/ml/layers/kan, to avoid circular dependency across repositories.