pyccel / psydac

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

Matrix-free linear operator #415

Closed e-moral-sanchez closed 2 months ago

e-moral-sanchez commented 2 months ago

This PR provides the class MatrixFreeLinearOperator, which allows creating a general LinearOperator only requiring the domain, the codomain and a callable dot method.

campospinto commented 2 months ago

the classic fork-trap ;)