Package dk.alexandra.fresco.stat.utils
Class TransposedMatrixAction
Object
TransposedMatrixAction
- All Implemented Interfaces:
Computation<ArrayList<DRes<SFixed>>,ProtocolBuilderNumeric>
public class TransposedMatrixAction extends Object implements Computation<ArrayList<DRes<SFixed>>,ProtocolBuilderNumeric>
This computation multiplies the transpose of the given matrix to a vector without explicitly
representing the matrix in its transposed form.
-
Constructor Summary
Constructors Constructor Description TransposedMatrixAction(Matrix<DRes<SFixed>> matrix, ArrayList<DRes<SFixed>> vector)
-
Method Summary
Modifier and Type Method Description DRes<ArrayList<DRes<SFixed>>>
buildComputation(ProtocolBuilderNumeric root)
-
Constructor Details
-
Method Details
-
buildComputation
- Specified by:
buildComputation
in interfaceComputation<ArrayList<DRes<SFixed>>,ProtocolBuilderNumeric>
-