Changeset [0621b9aec2d8f212720c7d1869be2529ee7c42ac] by Dominique Orban
September 23rd, 2012 @ 12:59 PM
Several improvements to linop.
- Base class is now called BaseLinearOperator
- SimpleLinearOperator is now LinearOperator
- Most operators should derive from LinearOperator
- Attributes are private and there are properties. https://github.com/dpo/pykrylov/commit/0621b9aec2d8f212720c7d1869be...
Committed by Dominique Orban
- M pykrylov/linop/linop.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A library of Krylov methods in pure Python