usecrate::definition::InterpolateOptions;#[derive(Clone, Debug)]/// Description of an interpolate problem to solve, regardless of actual data
pubstructInterpolateProblem{pubinput_shape: [usize; 4],
puboutput_size: [usize; 2],
puboptions: InterpolateOptions,
}