All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class juice.operator.ResidualOpGrad

java.lang.Object
   |
   +----juice.operator.ResidualOp
           |
           +----juice.operator.ResidualOpGrad

public class ResidualOpGrad
extends ResidualOp
implements hasGradient
ResidualOpGrad is a ResidualOp in which the underlying operator, A, is a hasGradient


Constructor Index

 o ResidualOpGrad(hasGradient, Vector)
 o ResidualOpGrad(ResidualOpGrad)

Method Index

 o copy()
 o equals(Object)
Is there any reason to check if two operators are equal?
 o getGradientAt(Vector)
 o toString()
Returns a string representation of the object.

Constructors

 o ResidualOpGrad
 public ResidualOpGrad(hasGradient A,
                       Vector b)
 o ResidualOpGrad
 protected ResidualOpGrad(ResidualOpGrad src)

Methods

 o getGradientAt
 public LinearOperator getGradientAt(Vector x)
 o equals
 public boolean equals(Object obj2)
Is there any reason to check if two operators are equal?

Overrides:
equals in class ResidualOp
 o copy
 public JamObject copy()
Overrides:
copy in class ResidualOp
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class ResidualOp

All Packages  Class Hierarchy  This Package  Previous  Next  Index