Package org.djutils.draw.function
Class ContinuousPiecewiseLinearTest
java.lang.Object
org.djutils.draw.function.ContinuousPiecewiseLinearTest
ContinuousPiecewiseLinearTest.java.
Copyright (c) 2024-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest the ContinuousPiecewiseLinearFunction class.(package private) static voidtestContinuousPiecewiseLinearFunctionConstructors(String problem, double... in) Test the various constructors of ContinuousPiecewiseLinearFunction.
-
Constructor Details
-
ContinuousPiecewiseLinearTest
public ContinuousPiecewiseLinearTest()
-
-
Method Details
-
testContinuousPiecewiseLinearFunction
Test the ContinuousPiecewiseLinearFunction class. -
testContinuousPiecewiseLinearFunctionConstructors
Test the various constructors of ContinuousPiecewiseLinearFunction.- Parameters:
problem- description of the problem with the input data that the test should detectin- double... input for the constructors
-