pub fn compare_dense_to_reference(
reference: &HostPhasorField,
candidate: &DenseF32Field,
tolerances: DifferentialTolerances,
) -> Result<DifferentialReport, DifferentialError>Expand description
Compares one dense f32 result with the deterministic f64 reference field.