matmul
tptnumpy_array TPTNumpy.matmul(tptnumpy_array a, tptnumpy_array b)
Calculate the matrix product of two arrays.
Parameters:
a Matrix constant e.g. [[1,2],[3,4]] or a TPT signal at a defined point of time
b Matrix constant e.g. [[1,2],[3,4]] or a TPT signal at a defined point of time
Returns:
The product of a and b as linear algebra array