java.lang.Object
dk.jonaslindstrom.ruffini.common.matrices.algorithms.GramMatrix<E>
- All Implemented Interfaces:
java.util.function.Function<Matrix<E>,Matrix<E>>
, java.util.function.UnaryOperator<Matrix<E>>
public class GramMatrix<E>
extends Object
implements java.util.function.UnaryOperator<Matrix<E>>
Compute the Gram matrix for a given matrix.
-
Constructor Summary
Constructors
-
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
-
Constructor Details
-
GramMatrix
public GramMatrix(Ring<E> ring)
-
Method Details
-
apply
- Specified by:
apply
in interface java.util.function.Function<Matrix<E>,Matrix<E>>