Uses of Class
ch.nolix.base.math.algebra.Polynom
Packages that use Polynom
-
Uses of Polynom in ch.nolix.base.math.algebra
Fields in ch.nolix.base.math.algebra declared as PolynomMethods in ch.nolix.base.math.algebra that return PolynomModifier and TypeMethodDescriptionPolynom.getDerived()Polynom.getDerived(int deriveCount) Polynom.getIntegrated()Polynom.getIntegrated(int integrationCount) Matrix.toPolynom()static PolynomPolynom.withCoefficients(double... coefficients) Methods in ch.nolix.base.math.algebra with parameters of type Polynom -
Uses of Polynom in ch.nolix.base.math.main
Methods in ch.nolix.base.math.main that return PolynomModifier and TypeMethodDescriptionstatic PolynomCalculator.getFittingPolynom(int degree, double[] xValues, double[] yValues)