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



Variable Index

 o domainAndRange

Constructor Index

 o IdentityOp(Space)

Method Index

 o addImage(Vector, Vector)
 o adjoint()
 o copy()
 o equals(Object)
Compares two Objects for equality.
 o getDerivativeAt(Vector)
 o getDomain()
 o getGradientAt(Vector)
 o getHessianAt(Vector)
 o getRange()
 o image(Vector)
 o image(Vector, Vector)
 o residual(Vector, Vector, Vector)
 o toString()
Returns a string representation of the object.

Variables

 o domainAndRange
 protected Space domainAndRange

Constructors

 o IdentityOp
 public IdentityOp(Space domainAndRange)

Methods

 o equals
 public boolean equals(Object obj2)
Compares two Objects for equality.

Overrides:
equals in class Object
 o copy
 public JamObject copy()
 o getDomain
 public Space getDomain()
 o getRange
 public Space getRange()
 o adjoint
 public hasAdjoint adjoint()
 o getGradientAt
 public LinearOperator getGradientAt(Vector x)
 o getDerivativeAt
 public hasAdjoint getDerivativeAt(Vector x)
 o getHessianAt
 public BiLinearOperatorAdjoint getHessianAt(Vector x)
 o image
 public Vector image(Vector d)
 o image
 public void image(Vector d,
                   Vector r)
 o addImage
 public void addImage(Vector d,
                      Vector r)
 o residual
 public void residual(Vector d,
                      Vector b,
                      Vector r)
 o 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