A newer version of Max is available. Click here to access the latest version of this document.

jit.la.mult

True matrix multiplication

Description

The jit.la.mult object calculates the matrix product of two input matrices (as opposed to multiplication performed by the jit.op object, which is pointwise multiplication). The input matrices must have typefloat32 or float64, and may have planecount 1 or 2. If the input matrix has a planecount of 2, it is assumed that the data is from the set of complex numbers.

Matrix Operator

matrix inputs:2, matrix outputs:1
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in2 adapt 1 1 0 1 1 float32 float64
out n/a 1 1 0 1 1 float32 float64

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.la.determinant Calculate the determinant of a matrix
jit.la.diagproduct Calculate the product across the main diagonal
jit.la.inverse Calculate the inverse of a matrix
jit.la.trace Calculate the sum across the main diagonal
jit.la.uppertri Convert a matrix into an upper triangular matrix
jit.op Apply binary or unary operators