public class RealUtils
extends Object
-
Constructor Summary
Constructors
Constructor |
Description |
RealUtils() |
|
-
Method Summary
Modifier and Type |
Method |
Description |
static DRes<SFixed> |
product(List<DRes<SFixed>> input,
ProtocolBuilderNumeric builder) |
Compute the product of all elements in the list.
|
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
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.