Documentation of 'mikera.vectorz.ops.ARoundingOp' Java class
ARoundingOp
mikera.vectorz.ops

Class ARoundingOp

    • Constructor Detail

      • ARoundingOp

        public ARoundingOp()
    • Method Detail

      • hasInverse

        public boolean hasInverse()
        Description copied from class: Op
        Returns true if this operator supports computing the inverse for a given output
        Overrides:
        hasInverse in class Op
        Returns:
      • hasDerivativeForOutput

        public boolean hasDerivativeForOutput()
        Description copied from class: Op
        Returns true if this operator supports computing the derivative for a given output
        Overrides:
        hasDerivativeForOutput in class Op
        Returns:
      • derivative

        public double derivative(double x)
        Description copied from class: Op
        Returns the derivative of this Op for a given input value x i.e. f'(x) where f is the operator
        Overrides:
        derivative in class Op
        Returns:
      • derivativeForOutput

        public double derivativeForOutput(double y)
        Description copied from class: Op
        Returns the derivative of this Op for a given output value y i.e. f'(g(y)) where f is the operator, g is the inverse of f
        Overrides:
        derivativeForOutput in class Op
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.