Class QRAlgorithm
Object
QRAlgorithm
- All Implemented Interfaces:
Computation<List<DRes<SFixed>>,ProtocolBuilderNumeric>
public class QRAlgorithm extends Object implements Computation<List<DRes<SFixed>>,ProtocolBuilderNumeric>
Compute eigenvalues of a matrix using the iterative QR algorithm.
-
Constructor Summary
Constructors Constructor Description QRAlgorithm(Matrix<DRes<SFixed>> l, int iterations)
-
Method Summary
Modifier and Type Method Description DRes<List<DRes<SFixed>>>
buildComputation(ProtocolBuilderNumeric builder)
-
Constructor Details
-
QRAlgorithm
public QRAlgorithm(Matrix<DRes<SFixed>> l, int iterations)
-
-
Method Details
-
buildComputation
- Specified by:
buildComputation
in interfaceComputation<List<DRes<SFixed>>,ProtocolBuilderNumeric>
-