Java org.apache.commons.math3.analysis.solvers AllowedSolution fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.analysis.solvers AllowedSolution fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.analysis.solvers AllowedSolution.

The text is from its open source code.

Field

AllowedSolutionLEFT_SIDE
Only solutions that are less than or equal to the actual root are acceptable as solutions for root-finding.
AllowedSolutionRIGHT_SIDE
Only solutions that are greater than or equal to the actual root are acceptable as solutions for root-finding.