All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class juice.operator.CompoundOpGrad

java.lang.Object
   |
   +----juice.operator.CompoundOp
           |
           +----juice.operator.CompoundOpGrad

public class CompoundOpGrad
extends CompoundOp
implements hasGradient


Do we want to actually extend CompoundOp or simply implement CompoundOperator?


Constructor Index

 o CompoundOpGrad()
 o CompoundOpGrad(CompoundOpGrad)
copy constructor
 o CompoundOpGrad(hasGradient)
 o CompoundOpGrad(hasGradient, hasGradient)
 o CompoundOpGrad(hasGradient, hasGradient, hasGradient)
 o CompoundOpGrad(int)

Method Index

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

Constructors

 o CompoundOpGrad
 public CompoundOpGrad(CompoundOpGrad src)
copy constructor

 o CompoundOpGrad
 public CompoundOpGrad()
 o CompoundOpGrad
 protected CompoundOpGrad(int n)
 o CompoundOpGrad
 public CompoundOpGrad(hasGradient first)
 o CompoundOpGrad
 public CompoundOpGrad(hasGradient first,
                       hasGradient second)
 o CompoundOpGrad
 public CompoundOpGrad(hasGradient first,
                       hasGradient second,
                       hasGradient 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 getGradientAt
 public LinearOperator getGradientAt(Vector x)
 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