spekk.transformations.for_all#
ForAll transforms a function that works on scalar inputs such that it works
on arrays instead (vectorization), and can be used with jax.vmap().
Functions
|
A simple Python implementation of JAX's |
|
Similar to |
Classes
|
Vectorize/"make looped" a function such that it works on arrays instead of scalars. |