Skip to content

types

The quotonic.types module includes type definitions for numpy and jax.numpy arrays respectively. These labels are used throughout the package such that the different array types are clearly labelled and differentiated.

np_ndarray = np.ndarray module-attribute

type alias for a NumPy ndarray (from numpy)

jnp_ndarray = jnp.ndarray module-attribute

type alias for a JAX ndarray (from jax.numpy)