Class GramSchmidt<V,S,F extends Field<S>>
java.lang.Object
dk.jonaslindstrom.ruffini.common.matrices.algorithms.GramSchmidt<V,S,F>
- Type Parameters:
V- Vector type.S- Scalar type.F- Field type.
public class GramSchmidt<V,S,F extends Field<S>>
extends Object
implements java.util.function.Function<List<V>,List<V>>
Gram-Schmidt orthogonalization.
-
Constructor Summary
ConstructorsConstructorDescriptionGramSchmidt(InnerProductSpace<V, S, F> S) GramSchmidt(VectorSpace<V, S, F> V, java.util.function.BiFunction<V, V, S> innerProduct) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.Function
andThen, compose