Package samer.maths
Class Linear
- java.lang.Object
-
- samer.maths.Function
-
- samer.maths.Linear
-
public class Linear extends Function
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doubleapply(double t)voidapply(double[] x)apply function in place, to each element of inoutvoidapply(double[] x, double[] y)apply function to each element of in, placing result in outFunctionderivative()java.lang.Stringformat(java.lang.String arg)Functioninverse()
-
-
-
Method Detail
-
apply
public void apply(double[] x)
Description copied from class:Functionapply function in place, to each element of inout
-
apply
public void apply(double[] x, double[] y)Description copied from class:Functionapply function to each element of in, placing result in out
-
derivative
public Function derivative()
- Overrides:
derivativein classFunction
-
-