https://github.com/oetr/fm
Fast math for Racket
https://github.com/oetr/fm
Last synced: 5 months ago
JSON representation
Fast math for Racket
- Host: GitHub
- URL: https://github.com/oetr/fm
- Owner: oetr
- License: agpl-3.0
- Created: 2025-12-17T22:02:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-29T01:47:31.000Z (6 months ago)
- Last Synced: 2026-01-07T07:54:04.959Z (5 months ago)
- Language: Racket
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: fm: fast math for Racket
* DONE Roadmap
** Helper functions in C to speed things up
- fm:arange for all types
- matrix build for multiple archs
- auto-build C helpers when installing
** Backprop by autograd