All Packages Class Hierarchy This Package Previous Next Index
Class juice.operator.CompoundLinOp
java.lang.Object
|
+----juice.operator.CompoundOp
|
+----juice.operator.CompoundLinOp
- public class CompoundLinOp
- extends CompoundOp
- implements LinearOperator
-
CompoundLinOp(CompoundLinOp)
- copy constructor
-
CompoundLinOp(int)
-
-
CompoundLinOp(LinearOperator)
-
-
CompoundLinOp(LinearOperator, LinearOperator)
-
-
CompoundLinOp(LinearOperator, LinearOperator, LinearOperator)
-
-
addOpFirst(Operator)
-
-
addOpLast(Operator)
-
-
consistentType(Operator)
-
-
copy()
-
-
equals(Object)
- Compares two Objects for equality.
-
setOp(int, Operator)
-
-
toString()
- Returns a string representation of the object.
CompoundLinOp
public CompoundLinOp(CompoundLinOp src)
- copy constructor
CompoundLinOp
protected CompoundLinOp(int n)
CompoundLinOp
public CompoundLinOp(LinearOperator first)
CompoundLinOp
public CompoundLinOp(LinearOperator first,
LinearOperator second)
CompoundLinOp
public CompoundLinOp(LinearOperator first,
LinearOperator second,
LinearOperator third)
copy
public JamObject copy()
- Overrides:
- copy in class CompoundOp
equals
public boolean equals(Object obj2)
- Compares two Objects for equality.
- Overrides:
- equals in class CompoundOp
consistentType
protected boolean consistentType(Operator op)
addOpFirst
public void addOpFirst(Operator first)
- Overrides:
- addOpFirst in class CompoundOp
addOpLast
public void addOpLast(Operator last)
- Overrides:
- addOpLast in class CompoundOp
setOp
public void setOp(int i,
Operator op)
- Overrides:
- setOp in class CompoundOp
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class CompoundOp
All Packages Class Hierarchy This Package Previous Next Index