endas.obs.MatrixObservationOp

class endas.obs.MatrixObservationOp(H)

Bases: endas.ObservationOperator

Wraps (sparse) matrices as observation operators.

The operator can be initialized with any NumPy/SciPy array or matrix, including sparse matrices. In fact, only the shape, dot() and transpose() properties and methods are required.

Parameters:H – Observation operator given as matrix.