java.lang.Object
dk.jonaslindstrom.ruffini.common.matrices.algorithms.GaussianElimination<E>
 
- Type Parameters:
- E- Element type.
- All Implemented Interfaces:
- java.util.function.Function<Matrix<E>,Matrix<E>>,- java.util.function.UnaryOperator<Matrix<E>>
public class GaussianElimination<E>
extends Object
implements java.util.function.UnaryOperator<Matrix<E>> 
Perform Gaussian elimination on a 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
- 
GaussianEliminationpublic GaussianElimination(Field<E> field) 
 
- 
Method Details
- 
apply
- Specified by:
- applyin interface- java.util.function.Function<Matrix<E>,Matrix<E>>