add

tptnumpy_array TPTNumpy.add(tptnumpy_array a, tptnumpy_array b)

Calculate the sum 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 sum of a and b as linear algebra array