Class DerivativeFailure

All Implemented Interfaces:
Serializable

public class DerivativeFailure extends ComputationFailure
Thrown by TransformTestCase.verifyDerivative(double[]) when a transform derivative did not produced the expected values.
Since:
3.1
See Also:
  • Constructor Details

    • DerivativeFailure

      public DerivativeFailure(String message)
      Creates a new exception with the given message.
      Parameters:
      message - the details message.