Class QRDecomposition<E,F extends Field<E>>
java.lang.Object
dk.jonaslindstrom.ruffini.common.matrices.algorithms.QRDecomposition<E,F>
- Type Parameters:
E
- Element type.F
- Field type.
public class QRDecomposition<E,F extends Field<E>>
extends Object
implements java.util.function.Function<Matrix<E>,Pair<Matrix<E>,Matrix<E>>>
Compute the QR decomposition of a matrix.
-
Constructor Summary
ConstructorsConstructorDescriptionQRDecomposition
(InnerProductSpace<Vector<E>, E, F> vectorSpace, java.util.function.UnaryOperator<Vector<E>> normalize) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.Function
andThen, compose