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 SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 Methods inherited from interface java.util.function.FunctionandThen, compose
- 
Constructor Details
- 
GramMatrixpublic GramMatrix(Ring<E> ring) 
 
- 
Method Details
- 
apply
- Specified by:
- applyin interface- java.util.function.Function<Matrix<E>,Matrix<E>>