Uses of Class
velo.ladaalpha.fields.math.LinearFunction
Packages that use LinearFunction
Package
Description
- 
Uses of LinearFunction in velo.ladaalpha.fields.economy.supplyANDdemand
Subclasses of LinearFunction in velo.ladaalpha.fields.economy.supplyANDdemandConstructors in velo.ladaalpha.fields.economy.supplyANDdemand with parameters of type LinearFunctionModifierConstructorDescriptionSupplyAndDemandSystem(LinearFunction supply, LinearFunction demand) Instantiates a new supply and demand system. - 
Uses of LinearFunction in velo.ladaalpha.fields.math
Methods in velo.ladaalpha.fields.math that return LinearFunctionModifier and TypeMethodDescriptionLinearFunction.BuildFromTwoPoints(double x1, double y1, double x2, double y2) Builds the from two points. - 
Uses of LinearFunction in velo.ladaalpha.fields.math.calculus
Methods in velo.ladaalpha.fields.math.calculus that return LinearFunctionModifier and TypeMethodDescriptionstatic LinearFunctionNumericalDifferentiation.tangentLine(Equation f, double x) Tangent line. - 
Uses of LinearFunction in velo.ladaalpha.fields.math.operations
Constructors in velo.ladaalpha.fields.math.operations with parameters of type LinearFunctionModifierConstructorDescriptionInstantiates a new system of linear functions. - 
Uses of LinearFunction in velo.ladaalpha.fields.math.stats
Methods in velo.ladaalpha.fields.math.stats that return LinearFunctionModifier and TypeMethodDescriptionLSRL.compute()Compute.static LinearFunctionRegression.LSRL(double[] x, double[] y) Lsrl.