Skip to main content
Ctrl+K
PyLops-MPI - Home PyLops-MPI - Home
  • Overview
  • Installation
  • GPU Support
  • PyLops MPI API
  • Gallery
    • Tutorials
    • Implementing new operators
    • Contributing
    • Changelog
    • Credits
  • Overview
  • Installation
  • GPU Support
  • PyLops MPI API
  • Gallery
  • Tutorials
  • Implementing new operators
  • Contributing
  • Changelog
  • Credits

Section Navigation

  • pylops_mpi.Partition
  • pylops_mpi.DistributedArray
  • pylops_mpi.StackedDistributedArray
  • pylops_mpi.MPILinearOperator
  • pylops_mpi.asmpilinearoperator
  • pylops_mpi.MPIStackedLinearOperator
  • pylops_mpi.basicoperators.MPIBlockDiag
  • pylops_mpi.basicoperators.MPIStackedBlockDiag
  • pylops_mpi.basicoperators.MPIVStack
  • pylops_mpi.basicoperators.MPIStackedVStack
  • pylops_mpi.basicoperators.MPIHStack
  • pylops_mpi.basicoperators.MPIFirstDerivative
  • pylops_mpi.basicoperators.MPISecondDerivative
  • pylops_mpi.basicoperators.MPILaplacian
  • pylops_mpi.basicoperators.MPIGradient
  • pylops_mpi.signalprocessing.MPIFredholm1
  • pylops_mpi.waveeqprocessing.MPIMDC
  • pylops_mpi.optimization.cls_basic.CG
  • pylops_mpi.optimization.cls_basic.CGLS
  • pylops_mpi.optimization.basic.cg
  • pylops_mpi.optimization.basic.cgls
  • pylops_mpi.DistributedArray.local_split
  • pylops_mpi.utils.dottest.dottest
  • PyLops MPI API
  • pylops_mpi.asmpilinearoperator

pylops_mpi.asmpilinearoperator#

pylops_mpi.asmpilinearoperator(Op)[source]#

Return Op as a MPI LinearOperator.

Converts a pylops.LinearOperator to a pylops_mpi.MPILinearOperator.

Parameters:
Oppylops.LinearOperator

PyLops LinearOperator

Returns:
Oppylops_mpi.MPILinearOperator

Operator of type pylops_mpi.MPILinearOperator

Examples using pylops_mpi.asmpilinearoperator#

MPILinearOperator

MPILinearOperator

previous

pylops_mpi.MPILinearOperator

next

pylops_mpi.MPIStackedLinearOperator

On this page
  • asmpilinearoperator
  • Examples using pylops_mpi.asmpilinearoperator

© Copyright 2025, PyLops Development Team.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.