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 Polynom
Polynom.withCoefficient
(double coefficient, double... coefficients) static Polynom
Polynom.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 Polynom
GlobalCalculator.getFittingPolynom
(int degree, double[] xValues, double[] yValues)