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



Constructor Index

 o CompoundLinOp(CompoundLinOp)
copy constructor
 o CompoundLinOp(int)
 o CompoundLinOp(LinearOperator)
 o CompoundLinOp(LinearOperator, LinearOperator)
 o CompoundLinOp(LinearOperator, LinearOperator, LinearOperator)

Method Index

 o addOpFirst(Operator)
 o addOpLast(Operator)
 o consistentType(Operator)
 o copy()
 o equals(Object)
Compares two Objects for equality.
 o setOp(int, Operator)
 o toString()
Returns a string representation of the object.

Constructors

 o CompoundLinOp
 public CompoundLinOp(CompoundLinOp src)
copy constructor

 o CompoundLinOp
 protected CompoundLinOp(int n)
 o CompoundLinOp
 public CompoundLinOp(LinearOperator first)
 o CompoundLinOp
 public CompoundLinOp(LinearOperator first,
                      LinearOperator second)
 o CompoundLinOp
 public CompoundLinOp(LinearOperator first,
                      LinearOperator second,
                      LinearOperator third)

Methods

 o copy
 public JamObject copy()
Overrides:
copy in class CompoundOp
 o equals
 public boolean equals(Object obj2)
Compares two Objects for equality.

Overrides:
equals in class CompoundOp
 o consistentType
 protected boolean consistentType(Operator op)
 o addOpFirst
 public void addOpFirst(Operator first)
Overrides:
addOpFirst in class CompoundOp
 o addOpLast
 public void addOpLast(Operator last)
Overrides:
addOpLast in class CompoundOp
 o setOp
 public void setOp(int i,
                   Operator op)
Overrides:
setOp in class CompoundOp
 o 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