Package jisa.maths.interpolation
Class Interpolation.MultiIterable
- java.lang.Object
-
- jisa.maths.interpolation.Interpolation.MultiIterable
-
- All Implemented Interfaces:
java.lang.Iterable<double[]>
- Enclosing class:
- Interpolation
public static class Interpolation.MultiIterable extends java.lang.Object implements java.lang.Iterable<double[]>
-
-
Constructor Summary
Constructors Constructor Description MultiIterable(java.lang.Iterable<java.lang.Double>... iterables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<double[]>
iterator()
-