fips.Matrix.__add__# Matrix.__add__(other)[source]# Add two Matrix instances. Parameters: other (Matrix) – Another Matrix instance or a scalar to add. Returns: Sum of the two Matrix instances. Return type: Matrix