def

func:matrixAdd

matrixAdd(a, b)

Add two matrices together and return new matrix. The parameters may be any value supported toMatrix(). Matrices must have the same dimensions.

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function