pylops_mpi.asmpilinearoperator#
- pylops_mpi.asmpilinearoperator(Op)[source]#
Return Op as a MPI LinearOperator.
Converts a
pylops.LinearOperatorto apylops_mpi.MPILinearOperator.- Parameters:
- Op
pylops.LinearOperator PyLops LinearOperator
- Op
- Returns:
- Op
pylops_mpi.MPILinearOperator Operator of type
pylops_mpi.MPILinearOperator
- Op