cr.sparse.lop.real_matrix

cr.sparse.lop.real_matrix(A)[source]

Converts a real matrix into a linear operator

Parameters

A (jax.numpy.ndarray) – A real valued matrix (2D array)

Returns

A linear operator wrapping the matrix

Return type

Operator

Forward operation:

(1)\[y = A x\]

Adjoint operation:

(2)\[y = A^T x\]