Main libraries
- lib/github.com/diku-dk/lmdif/lmdif
Nonlinear parameter fitting using the Levenberg-Marquardt-algorithm (sort of a genetic algorithm).
Supporting libraries
- futlib/array
Utility functions for arrays.
- futlib/functional
Simple functional combinators.
- futlib/math
Basic mathematical modules and functions.
- futlib/prelude
The default prelude that is implicitly available in all Futhark files.
- futlib/soacs
Various Second-Order Array Combinators that are operationally parallel in a way that can be exploited by the compiler.
- futlib/zip
Transforming arrays of tuples into tuples of arrays and back again. These are generally very cheap operations, as the internal compiler representation is always tuples of arrays.
- lib/github.com/diku-dk/cpprandom/random
Random number generation inspired by
<random>
in C++.