Verwendungen von Klasse
ch.nolix.core.math.algebra.Polynom
Packages, die Polynom verwenden
-
Verwendungen von Polynom in ch.nolix.core.math.algebra
Felder in ch.nolix.core.math.algebra, die deklariert sind als PolynomMethoden in ch.nolix.core.math.algebra, die Polynom zurückgebenModifizierer und TypMethodeBeschreibungPolynom.getDerived()Polynom.getDerived(int deriveCount) Polynom.getIntegrated()Polynom.getIntegrated(int integrationCount) Matrix.toPolynom()static PolynomPolynom.withCoefficient(double coefficient, double... coefficients) static PolynomPolynom.withCoefficients(double[] coefficients) Methoden in ch.nolix.core.math.algebra mit Parametern vom Typ Polynom -
Verwendungen von Polynom in ch.nolix.core.math.main
Methoden in ch.nolix.core.math.main, die Polynom zurückgebenModifizierer und TypMethodeBeschreibungstatic PolynomCalculator.getFittingPolynom(int degree, double[] xValues, double[] yValues)