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
-
adj
-
-
CompoundLinOpAdj()
-
-
CompoundLinOpAdj(CompoundLinOpAdj)
- copy constructor
-
CompoundLinOpAdj(hasAdjoint)
-
-
CompoundLinOpAdj(hasAdjoint, hasAdjoint)
-
-
CompoundLinOpAdj(hasAdjoint, hasAdjoint, hasAdjoint)
-
-
CompoundLinOpAdj(int)
-
-
addOpFirst(Operator)
-
-
addOpLast(Operator)
-
-
adjoint()
-
-
consistentType(Operator)
-
-
copy()
-
-
equals(Object)
- Compares two Objects for equality.
-
getDerivativeAt(Vector)
-
-
setOp(int, Operator)
-
-
toString()
- Returns a string representation of the object.
adj
protected CompoundLinOpAdj adj
CompoundLinOpAdj
protected CompoundLinOpAdj(CompoundLinOpAdj src)
- copy constructor
CompoundLinOpAdj
public CompoundLinOpAdj()
CompoundLinOpAdj
protected CompoundLinOpAdj(int n)
CompoundLinOpAdj
public CompoundLinOpAdj(hasAdjoint first)
CompoundLinOpAdj
public CompoundLinOpAdj(hasAdjoint first,
hasAdjoint second)
CompoundLinOpAdj
public CompoundLinOpAdj(hasAdjoint first,
hasAdjoint second,
hasAdjoint third)
copy
public JamObject copy()
- Overrides:
- copy in class CompoundOpGrad
equals
public boolean equals(Object obj2)
- Compares two Objects for equality.
- Overrides:
- equals in class CompoundOpGrad
consistentType
protected boolean consistentType(Operator op)
- Overrides:
- consistentType in class CompoundOpGrad
addOpFirst
public void addOpFirst(Operator first)
- Overrides:
- addOpFirst in class CompoundOpGrad
addOpLast
public void addOpLast(Operator last)
- Overrides:
- addOpLast in class CompoundOpGrad
setOp
public void setOp(int i,
Operator op)
- Overrides:
- setOp in class CompoundOpGrad
adjoint
public hasAdjoint adjoint()
getDerivativeAt
public hasAdjoint getDerivativeAt(Vector x)
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