jit.la.mult
Description
jit.la.mult 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 be 1-plane or 2-plane matrices of the type or . If a 2-plane matrix is used, it is assumed that the data is from the set of complex numbers.
Examples

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 |
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
Common Box Attributes
See Also
Name | Description |
---|---|
Working with Video in Jitter | Working with Video in Jitter |
jit.la.determinant | |
jit.la.diagproduct | |
jit.la.inverse | |
jit.la.trace | |
jit.la.uppertri | |
jit.op |