Class Projection
Object
Projection
- All Implemented Interfaces:
Computation<ArrayList<DRes<SFixed>>,ProtocolBuilderNumeric>
public class Projection extends Object implements Computation<ArrayList<DRes<SFixed>>,ProtocolBuilderNumeric>
Compute the projection of a vector onto another.
-
Constructor Summary
Constructors Constructor Description Projection(ArrayList<DRes<SFixed>> a, ArrayList<DRes<SFixed>> u)
-
Method Summary
Modifier and Type Method Description DRes<ArrayList<DRes<SFixed>>>
buildComputation(ProtocolBuilderNumeric builder)
-
Constructor Details
-
Method Details
-
buildComputation
- Specified by:
buildComputation
in interfaceComputation<ArrayList<DRes<SFixed>>,ProtocolBuilderNumeric>
-