brainpy.math.polyadd#
- brainpy.math.polyadd(a1, a2)#
Similar to
jax.numpy.polyadd
function, while it is compatible with brainpy Array/Variable.Note that this function is also compatible with:
NumPy or PyTorch syntax when receiving
out
argument.PyTorch syntax when receiving
keepdim
ordim
argument.TensorFlow syntax when receiving
keep_dims
argument.