All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jam.operator.SummedOperator

public interface interface SummedOperator
extends JamObject, Operator, OperatorList
A SummedOperator is an operator consisting of the sum of many operators.
Thus, the SummedOperator [f] + [g] is an Operator which maps x |-> f(x) + g(x)


addOpFirst(), addOpLast(), setOp(), and getOp() from OperatorList are probably not relevent to SummedOperator.


Method Index

 o addOp(Operator)

Methods

 o addOp
 public abstract void addOp(Operator op)

All Packages  Class Hierarchy  This Package  Previous  Next  Index