All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class juice.operator.CompoundLinOpAdj

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

public class CompoundLinOpAdj
extends CompoundOpGrad
implements CompoundLinearOperatorAdjoint



Variable Index

 o adj

Constructor Index

 o CompoundLinOpAdj()
 o CompoundLinOpAdj(CompoundLinOpAdj)
copy constructor
 o CompoundLinOpAdj(hasAdjoint)
 o CompoundLinOpAdj(hasAdjoint, hasAdjoint)
 o CompoundLinOpAdj(hasAdjoint, hasAdjoint, hasAdjoint)
 o CompoundLinOpAdj(int)

Method Index

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

Variables

 o adj
 protected CompoundLinOpAdj adj

Constructors

 o CompoundLinOpAdj
 protected CompoundLinOpAdj(CompoundLinOpAdj src)
copy constructor

 o CompoundLinOpAdj
 public CompoundLinOpAdj()
 o CompoundLinOpAdj
 protected CompoundLinOpAdj(int n)
 o CompoundLinOpAdj
 public CompoundLinOpAdj(hasAdjoint first)
 o CompoundLinOpAdj
 public CompoundLinOpAdj(hasAdjoint first,
                         hasAdjoint second)
 o CompoundLinOpAdj
 public CompoundLinOpAdj(hasAdjoint first,
                         hasAdjoint second,
                         hasAdjoint third)

Methods

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

Overrides:
equals in class CompoundOpGrad
 o consistentType
 protected boolean consistentType(Operator op)
Overrides:
consistentType in class CompoundOpGrad
 o addOpFirst
 public void addOpFirst(Operator first)
Overrides:
addOpFirst in class CompoundOpGrad
 o addOpLast
 public void addOpLast(Operator last)
Overrides:
addOpLast in class CompoundOpGrad
 o setOp
 public void setOp(int i,
                   Operator op)
Overrides:
setOp in class CompoundOpGrad
 o adjoint
 public hasAdjoint adjoint()
 o getDerivativeAt
 public hasAdjoint getDerivativeAt(Vector x)
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class CompoundOpGrad

All Packages  Class Hierarchy  This Package  Previous  Next  Index