Class GramSchmidtOverRing<E>
java.lang.Object
dk.jonaslindstrom.ruffini.common.matrices.algorithms.GramSchmidtOverRing<E>
- Type Parameters:
E
- Element type.
- All Implemented Interfaces:
java.util.function.Function<List<Vector<E>>,
,List<Vector<E>>> java.util.function.UnaryOperator<List<Vector<E>>>
public class GramSchmidtOverRing<E>
extends Object
implements java.util.function.UnaryOperator<List<Vector<E>>>
Gram-Schmidt orthogonalization over a ring.