All Packages Class Hierarchy This Package Previous Next Index
Class juice.operator.IdentityOp
java.lang.Object
|
+----juice.operator.IdentityOp
- public class IdentityOp
- extends Object
- implements IdentityOperator
-
domainAndRange
-
-
IdentityOp(Space)
-
-
addImage(Vector, Vector)
-
-
adjoint()
-
-
copy()
-
-
equals(Object)
- Compares two Objects for equality.
-
getDerivativeAt(Vector)
-
-
getDomain()
-
-
getGradientAt(Vector)
-
-
getHessianAt(Vector)
-
-
getRange()
-
-
image(Vector)
-
-
image(Vector, Vector)
-
-
residual(Vector, Vector, Vector)
-
-
toString()
- Returns a string representation of the object.
domainAndRange
protected Space domainAndRange
IdentityOp
public IdentityOp(Space domainAndRange)
equals
public boolean equals(Object obj2)
- Compares two Objects for equality.
- Overrides:
- equals in class Object
copy
public JamObject copy()
getDomain
public Space getDomain()
getRange
public Space getRange()
adjoint
public hasAdjoint adjoint()
getGradientAt
public LinearOperator getGradientAt(Vector x)
getDerivativeAt
public hasAdjoint getDerivativeAt(Vector x)
getHessianAt
public BiLinearOperatorAdjoint getHessianAt(Vector x)
image
public Vector image(Vector d)
image
public void image(Vector d,
Vector r)
addImage
public void addImage(Vector d,
Vector r)
residual
public void residual(Vector d,
Vector b,
Vector r)
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index