Go to the source code of this file.
Namespaces | |
namespace | slimpy_base.Core.User.linop.linear_operator |
Classes | |
class | LinearOperator |
The base linear operator object should not be called by itself. More... | |
class | Identity |
I = Identity( space ) Operator that does nothing. More... | |
class | CompoundOperator |
C = CompoundOperator( [o1, o2, . More... | |
class | ArithmaticOperator |
Operator to handle arithmatic operations on implicit operators ArithmaticOperator( '-', I, A )*x -> (I-A)*x -> (Ix - Ax). More... | |
Variables | |
string | __copyright__ |
A SLIMpy linear operator consists of a dictionary of values operator_dict and an undefined pipeobject to be defined upon application to a vector. | |
string | __license__ |