Math Variables#

JaxArray(value)

Multiple-dimensional array in JAX backend.

ndarray

alias of brainpy.math.jaxarray.JaxArray

Variable(value)

The pointer to specify the dynamical variable.

TrainVar(value)

The pointer to specify the trainable variable.

Parameter(value)

The pointer to specify the parameter.