public interface DeterminantTask<N extends Number> extends DecompositionTask<N>
Modifier and Type | Interface and Description |
---|---|
static class |
DeterminantTask.Factory<N extends Number> |
Modifier and Type | Field and Description |
---|---|
static DeterminantTask.Factory<BigDecimal> |
BIG |
static DeterminantTask.Factory<ComplexNumber> |
COMPLEX |
static DeterminantTask.Factory<Double> |
PRIMITIVE |
Modifier and Type | Method and Description |
---|---|
N |
calculateDeterminant(Access2D<N> matrix) |
static final DeterminantTask.Factory<BigDecimal> BIG
static final DeterminantTask.Factory<ComplexNumber> COMPLEX
static final DeterminantTask.Factory<Double> PRIMITIVE