java.lang.Object
dk.jonaslindstrom.ruffini.common.matrices.algorithms.Determinant<E>
 
- Type Parameters:
- E- Element type.
- All Implemented Interfaces:
- java.util.function.Function<Matrix<E>,E>
public class Determinant<E>
extends Object
implements java.util.function.Function<Matrix<E>,E> 
Calculate the determinant of 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
- 
Determinantpublic Determinant(Ring<E> ring) 
 
- 
Method Details
- 
apply
- Specified by:
- applyin interface- java.util.function.Function<Matrix<E>,E>