All Packages Class Hierarchy This Package Previous Next Index
Class juice.operator.SummedLinOpAdj
java.lang.Object
|
+----juice.operator.SummedOp
|
+----juice.operator.SummedLinOpAdj
- public class SummedLinOpAdj
- extends SummedOp
- implements hasAdjoint
-
adj
-
-
SummedLinOpAdj()
-
-
SummedLinOpAdj(hasAdjoint)
-
-
SummedLinOpAdj(hasAdjoint, hasAdjoint)
-
-
SummedLinOpAdj(hasAdjoint, hasAdjoint, hasAdjoint)
-
-
SummedLinOpAdj(int)
-
-
SummedLinOpAdj(SummedLinOpAdj)
- copy constructor
-
addOpFirst(Operator)
-
-
addOpLast(Operator)
-
-
adjoint()
-
-
consistentType(Operator)
-
-
copy()
-
-
equals(Object)
- equals() is true only if the order of sub-operators is the same (even
though, mathematically, addition is commutative).
-
getDerivativeAt(Vector)
-
-
getGradientAt(Vector)
-
-
setOp(int, Operator)
-
adj
protected SummedLinOpAdj adj
SummedLinOpAdj
protected SummedLinOpAdj(SummedLinOpAdj src)
- copy constructor
SummedLinOpAdj
public SummedLinOpAdj()
SummedLinOpAdj
protected SummedLinOpAdj(int n)
SummedLinOpAdj
public SummedLinOpAdj(hasAdjoint first)
SummedLinOpAdj
public SummedLinOpAdj(hasAdjoint first,
hasAdjoint second)
SummedLinOpAdj
public SummedLinOpAdj(hasAdjoint first,
hasAdjoint second,
hasAdjoint third)
copy
public JamObject copy()
- Overrides:
- copy in class SummedOp
equals
public boolean equals(Object obj2)
- equals() is true only if the order of sub-operators is the same (even
though, mathematically, addition is commutative). That is, if:
X = (A + B) but
Y = (B + A)
then X.equals(Y) returns false
- Overrides:
- equals in class SummedOp
consistentType
protected boolean consistentType(Operator op)
addOpFirst
public void addOpFirst(Operator first)
- Overrides:
- addOpFirst in class SummedOp
addOpLast
public void addOpLast(Operator last)
- Overrides:
- addOpLast in class SummedOp
setOp
public void setOp(int i,
Operator op)
- Overrides:
- setOp in class SummedOp
adjoint
public hasAdjoint adjoint()
getDerivativeAt
public hasAdjoint getDerivativeAt(Vector x)
getGradientAt
public LinearOperator getGradientAt(Vector x)
All Packages Class Hierarchy This Package Previous Next Index