warp.fem.linalg.array_axpy#

warp.fem.linalg.array_axpy(x, y, alpha=1.0, beta=1.0)[source]#

Performs y = alpha*x + beta*y

Parameters: