<h2>org.das2.math.Interpolate</h2><p></p>
<h2>Interpolate( )</h2>
<p></p>

<hr>
<a name="interpolate-org.das2.math.Interpolate.DDoubleArray-float[]-float[]"></a>
<h2>interpolate</h2>
interpolate( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/Interpolate/DDoubleArray.html'>org.das2.math.Interpolate.DDoubleArray</a> source, float[] xFindex, float[] yFindex ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/Interpolate/DDoubleArray.html'>org.das2.math.Interpolate.DDoubleArray</a>

<p></p>

<h3>Parameters</h3>
source - an Interpolate.DDoubleArray
<br>
xFindex - a float[]
<br>
yFindex - a float[]

<h3>Returns:</h3>
org.das2.math.Interpolate.DDoubleArray

<br><br>
<a href="https://github.com/autoplot/dev/search?q=interpolate&unscoped_q=interpolate">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/Interpolate.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/Interpolate.html#interpolate-org.das2.math.Interpolate.DDoubleArray-float[]-float[]">[view on old javadoc]</a>
 <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/Interpolate.java#L117">[view source]</a>
<br>
<br>
<hr>
<a name="interpolate2-org.das2.math.Interpolate.DDoubleArray-float[]-float[]"></a>
<h2>interpolate2</h2>
interpolate2( <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/Interpolate/DDoubleArray.html'>org.das2.math.Interpolate.DDoubleArray</a> source, float[] xFindex, float[] yFindex ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/Interpolate/DDoubleArray.html'>org.das2.math.Interpolate.DDoubleArray</a>

<p></p>

<h3>Parameters</h3>
source - an Interpolate.DDoubleArray
<br>
xFindex - a float[]
<br>
yFindex - a float[]

<h3>Returns:</h3>
org.das2.math.Interpolate.DDoubleArray

<br><br>
<a href="https://github.com/autoplot/dev/search?q=interpolate2&unscoped_q=interpolate2">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/Interpolate.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/Interpolate.html#interpolate2-org.das2.math.Interpolate.DDoubleArray-float[]-float[]">[view on old javadoc]</a>
 <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/Interpolate.java#L73">[view source]</a>
<br>
<br>
<hr>
<a name="newDDoubleArray-double[][]"></a>
<h2>newDDoubleArray</h2>
newDDoubleArray( double[][] array ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/Interpolate/DDoubleArray.html'>org.das2.math.Interpolate.DDoubleArray</a>

<p></p>

<h3>Parameters</h3>
array - a double[][]

<h3>Returns:</h3>
org.das2.math.Interpolate.DDoubleArray

<br><br>
<a href="https://github.com/autoplot/dev/search?q=newDDoubleArray&unscoped_q=newDDoubleArray">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/math/Interpolate.md">[view on GitHub]</a>
 <a href="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/math/Interpolate.html#newDDoubleArray-double[][]">[view on old javadoc]</a>
 <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/Interpolate.java#L29">[view source]</a>
<br>
<br>
newDDoubleArray( int columns, int rows ) &rarr; <a href='https://cottagesystems.com/~jbf/autoplot/doc/org/das2/math/Interpolate/DDoubleArray.html'>org.das2.math.Interpolate.DDoubleArray</a>  <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/math/Interpolate.java#L38">[view source]</a><br>