Example usage for org.apache.commons.math3.analysis.solvers LaguerreSolver subclass-usage

List of usage examples for org.apache.commons.math3.analysis.solvers LaguerreSolver subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.analysis.solvers LaguerreSolver subclass-usage.

Usage

From source file jurbano.melodyshape.comparison.bspline.Laguerre.java

/**
 * Implements Laguerre's method to find the roots of a polynomial. Only real
 * roots between 0 and 1 are computed.
 * 
 * @author Julin Urbano
 */