Class RealUtils

Object
RealUtils

public class RealUtils
extends Object
  • Constructor Details

  • Method Details

    • product

      public static DRes<SFixed> product​(List<DRes<SFixed>> input, ProtocolBuilderNumeric builder)
      Compute the product of all elements in the list.
      Parameters:
      input - The list of factors.
      builder - The builder to use.
      Returns:
      The product of all elements in the input list.