def

func:matrixMult

matrixMult(a, b)

Multiply two matrices and return new matrix. The parameters may be any value supported toMatrix(). Matrix a column count must match matrix b row count.

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function