endas.obs.MatrixObservationOp¶
-
class
endas.obs.MatrixObservationOp(H)¶ Bases:
endas.ObservationOperatorWraps (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()andtranspose()properties and methods are required.Parameters: H – Observation operator given as matrix.