All Packages Class Hierarchy This Package Previous Next Index
Class juice.operator.CompoundOp
java.lang.Object
|
+----juice.operator.CompoundOp
- public class CompoundOp
- extends Object
- implements CompoundOperator
-
opList
-
-
CompoundOp()
-
-
CompoundOp(CompoundOp)
- copy constructor
-
CompoundOp(int)
-
-
CompoundOp(Operator)
-
-
CompoundOp(Operator, Operator)
-
-
CompoundOp(Operator, Operator, Operator)
-
-
addImage(Vector, Vector)
-
-
addOpFirst(Operator)
-
-
addOpLast(Operator)
-
-
consistentSpaces(Operator, int)
- consistentSpaces() does space checking on the domains and ranges.
-
copy()
-
-
elements()
-
-
equals(Object)
- Compares two Objects for equality.
-
getDomain()
-
-
getOp(int)
-
-
getRange()
-
-
image(Vector)
-
-
image(Vector, int)
-
-
image(Vector, Vector)
-
-
residual(Vector, Vector, Vector)
-
-
setOp(int, Operator)
-
-
size()
-
-
toString()
- Returns a string representation of the object.
opList
protected OpList opList
CompoundOp
protected CompoundOp(CompoundOp src)
- copy constructor
CompoundOp
public CompoundOp()
CompoundOp
protected CompoundOp(int n)
CompoundOp
public CompoundOp(Operator first)
CompoundOp
public CompoundOp(Operator first,
Operator second)
CompoundOp
public CompoundOp(Operator first,
Operator second,
Operator third)
copy
public JamObject copy()
equals
public boolean equals(Object obj2)
- Compares two Objects for equality.
- Overrides:
- equals in class Object
consistentSpaces
protected boolean consistentSpaces(Operator op,
int i)
- consistentSpaces() does space checking on the domains and ranges.
- Parameters:
- i - any integer in [-1,n]
size
public int size()
addOpFirst
public void addOpFirst(Operator first)
addOpLast
public void addOpLast(Operator last)
getOp
public Operator getOp(int i)
setOp
public void setOp(int i,
Operator op)
elements
public Enumeration elements()
getDomain
public Space getDomain()
getRange
public Space getRange()
image
protected Vector image(Vector d,
int numOps)
image
public Vector image(Vector d)
image
public void image(Vector d,
Vector r)
addImage
public void addImage(Vector d,
Vector r)
residual
public void residual(Vector d,
Vector b,
Vector r)
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index