Skip navigation links
C G I N 

C

call(double, double, double) - Method in interface com.io7m.jinterp.InterpolationFunctionDType
Interpolate between x0 and x1 based on a such that:
call(float, float, float) - Method in interface com.io7m.jinterp.InterpolationFunctionFType
Interpolate between x0 and x1 based on a such that:
com.io7m.jinterp - package com.io7m.jinterp
Core functions and types.
com.io7m.jinterp.documentation - package com.io7m.jinterp.documentation
Documentation.

G

getCosine() - Static method in class com.io7m.jinterp.InterpolationD
 
getCosine() - Static method in class com.io7m.jinterp.InterpolationF
 
getDocumentationXMLLocation() - Static method in class com.io7m.jinterp.documentation.NDocumentation
 
getExponential() - Static method in class com.io7m.jinterp.InterpolationD
 
getExponential() - Static method in class com.io7m.jinterp.InterpolationF
 
getLinear() - Static method in class com.io7m.jinterp.InterpolationD
 
getLinear() - Static method in class com.io7m.jinterp.InterpolationF
 
getLogarithmic() - Static method in class com.io7m.jinterp.InterpolationD
 
getLogarithmic() - Static method in class com.io7m.jinterp.InterpolationF
 

I

interpolateCosine(double, double, double) - Static method in class com.io7m.jinterp.InterpolationD
Interpolate between x0 and x1 based on factor such that:
interpolateCosine(float, float, float) - Static method in class com.io7m.jinterp.InterpolationF
Interpolate between x0 and x1 based on a such that:
interpolateExponential(double, double, double) - Static method in class com.io7m.jinterp.InterpolationD
Interpolate between x0 and x1 based on factor, using an exponential scale.
interpolateExponential(float, float, float) - Static method in class com.io7m.jinterp.InterpolationF
Interpolate between x0 and x1 based on factor, using an exponential scale.
interpolateLinear(double, double, double) - Static method in class com.io7m.jinterp.InterpolationD
Linearly interpolate between x0 and x1 based on factor such that:
interpolateLinear(float, float, float) - Static method in class com.io7m.jinterp.InterpolationF
Linearly interpolate between x0 and x1 based on a such that:
interpolateLogarithmic(double, double, double) - Static method in class com.io7m.jinterp.InterpolationD
Interpolate between x0 and x1 based on factor, using an exponential scale.
interpolateLogarithmic(float, float, float) - Static method in class com.io7m.jinterp.InterpolationF
Interpolate between x0 and x1 based on factor, using a logarithmic scale.
InterpolationD - Class in com.io7m.jinterp
Interpolation functions.
InterpolationF - Class in com.io7m.jinterp
Interpolation functions.
InterpolationFunctionDType - Interface in com.io7m.jinterp
The type of interpolation functions.
InterpolationFunctionFType - Interface in com.io7m.jinterp
The type of interpolation functions.

N

NDocumentation - Class in com.io7m.jinterp.documentation
Functions for retrieving the documentation.
NDocumentation() - Constructor for class com.io7m.jinterp.documentation.NDocumentation
 
C G I N 
Skip navigation links

Copyright © 2014 <code@io7m.com> http://io7m.com