Class Projection<V,S,F extends Field<S>>
java.lang.Object
dk.jonaslindstrom.ruffini.common.algorithms.Projection<V,S,F>
- All Implemented Interfaces:
java.util.function.BiFunction<V,
V, V>
public class Projection<V,S,F extends Field<S>>
extends Object
implements java.util.function.BiFunction<V,V,V>
Compute the projection of a vector v onto another vector u in the given vector
space.
-
Constructor Summary
ConstructorsConstructorDescriptionProjection
(InnerProductSpace<V, S, F> innerProductSpace) Projection
(VectorSpace<V, S, F> vectorSpace, 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, wait
Methods inherited from interface java.util.function.BiFunction
andThen