True matrix multiplication
| 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 | 
 
| 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 |