cr.sparse.lop.sparse_real_matrix

cr.sparse.lop.sparse_real_matrix(A, axis=0)[source]

Converts a sparse real matrix into a linear operator

Parameters

A (jax.experimental.sparse.BCOO) – A real valued sparse matrix in BCOO format

Returns

A linear operator wrapping the matrix

Return type

Operator

Forward operation:

(1)\[y = A x\]

Adjoint operation:

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