MatrixOperator.inverse¶
- property MatrixOperator.inverse¶
Inverse operator represented by the inverse matrix.
Taking the inverse causes sparse matrices to become dense and is generally very heavy computationally since the matrix is inverted numerically (an O(n^3) operation). It is recommended to instead use one of the solvers available in the
odl.solvers
package.- Returns:
- inverse
MatrixOperator
- inverse