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

<hr>
<a name="interpolate"></a>
<h2>interpolate</h2>
interpolate( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/math/Interpolate/DDoubleArray.html'>org.das2.math.Interpolate.DDoubleArray</a> source, float[] xFindex, float[] yFindex ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~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="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/math/Interpolate.html#interpolate">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/math/Interpolate.java">[view source]</a>
<br>
<br>
<hr>
<a name="interpolate2"></a>
<h2>interpolate2</h2>
interpolate2( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/math/Interpolate/DDoubleArray.html'>org.das2.math.Interpolate.DDoubleArray</a> source, float[] xFindex, float[] yFindex ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~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="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/math/Interpolate.html#interpolate2">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/math/Interpolate.java">[view source]</a>
<br>
<br>
<hr>
<a name="newDDoubleArray"></a>
<h2>newDDoubleArray</h2>
newDDoubleArray( double[][] array ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~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="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/math/Interpolate.html#newDDoubleArray">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/math/Interpolate.java">[view source]</a>
<br>
<br>
newDDoubleArray( int columns, int rows ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/math/Interpolate/DDoubleArray.html'>org.das2.math.Interpolate.DDoubleArray</a><br>