pyccel / psydac

Python 3 library for isogeometric analysis
https://pyccel.github.io/psydac/
MIT License
52 stars 18 forks source link

Matrix-Free Linear Operator #423

Closed yguclu closed 2 months ago

yguclu commented 3 months ago

See @e-moral-sanchez's PR: https://github.com/campospinto/psydac_dev/pull/7:


Provide a MatrixFreeLinearOperator class which is a subclass of the abstract class LinearOperator.

The new class allows creating a general matrix-free linear operator. The constructor only requires the domain, codomain and a callable dot method.

Notes:

Additional changes: