ArithmaticOperator Class Reference
[linear operators]

Operator to handle arithmatic operations on implicit operators ArithmaticOperator( '-', I, A )*x -> (I-A)*x -> (Ix - Ax). More...

Inheritance diagram for ArithmaticOperator:

LinearOperator

List of all members.

Public Member Functions

def __init__
def __str__
 Returns the operators name and attributes.
def __repr__
 Returns the operators name from operator_dict.
def applyop

Public Attributes

 oper1
 oper2
 arithop


Detailed Description

Operator to handle arithmatic operations on implicit operators ArithmaticOperator( '-', I, A )*x -> (I-A)*x -> (Ix - Ax).

Definition at line 425 of file linear_operator.py.


Member Function Documentation

def __init__ (   self,
  arithop,
  oper1,
  oper2 
)

Definition at line 426 of file linear_operator.py.

def __str__ (   self  ) 

Returns the operators name and attributes.

Reimplemented from LinearOperator.

Definition at line 436 of file linear_operator.py.

def __repr__ (   self  ) 

Returns the operators name from operator_dict.

Reimplemented from LinearOperator.

Definition at line 439 of file linear_operator.py.

def applyop (   self,
  other 
)

Reimplemented from LinearOperator.

Definition at line 445 of file linear_operator.py.


Member Data Documentation

Definition at line 427 of file linear_operator.py.

Definition at line 428 of file linear_operator.py.

Definition at line 429 of file linear_operator.py.


The documentation for this class was generated from the following file:

Generated on Sun Aug 10 09:11:11 2008 for SLIMpy by  doxygen 1.5.6