Package gov.nih.mipav.model.file
Class jxlatte.ChebyschevApproximation
java.lang.Object
gov.nih.mipav.model.file.jxlatte.ChebyschevApproximation
- All Implemented Interfaces:
jxlatte.FloatUnaryOperator
- Enclosing class:
jxlatte
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChebyschevApproximation(float a, float b, int n, jxlatte.FloatUnaryOperator func) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gov.nih.mipav.model.file.jxlatte.FloatUnaryOperator
compose
-
Field Details
-
c
private final float[] c -
ab
private final float ab -
s
private final float s
-
-
Constructor Details
-
ChebyschevApproximation
-
-
Method Details
-
applyAsFloat
public float applyAsFloat(float x) - Specified by:
applyAsFloatin interfacejxlatte.FloatUnaryOperator
-