jit.la.mult True matrix multiplication

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 type float32 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: in[2] out[1]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a
in2 adapt yes yes no 1-2 all float32 float64
out n/a yes yes no 1-2 all float32 float64

Example:

See Also:
jit.la.determinant, jit.la.diagproduct, jit.la.inverse, jit.la.trace, jit.la.uppertri, jit.op