Home
last modified time | relevance | path

Searched refs:getDeterminant (Results 1 – 12 of 12) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DCholeskyDecomposition.java63 double getDeterminant(); in getDeterminant() method
DLUDecomposition.java84 double getDeterminant(); in getDeterminant() method
DEigenDecomposition.java129 double getDeterminant(); in getDeterminant() method
DFieldLUDecomposition.java86 T getDeterminant(); in getDeterminant() method
DBigMatrix.java279 BigDecimal getDeterminant() throws InvalidMatrixException; in getDeterminant() method
DRealMatrix.java464 double getDeterminant(); in getDeterminant() method
DCholeskyDecompositionImpl.java176 public double getDeterminant() { in getDeterminant() method in CholeskyDecompositionImpl
DLUDecompositionImpl.java213 public double getDeterminant() { in getDeterminant() method in LUDecompositionImpl
DAbstractRealMatrix.java633 public double getDeterminant()
635 return new LUDecompositionImpl(this, MathUtils.SAFE_MIN).getDeterminant();
DFieldLUDecompositionImpl.java204 public T getDeterminant() { in getDeterminant() method in FieldLUDecompositionImpl
DEigenDecompositionImpl.java230 public double getDeterminant() { in getDeterminant() method in EigenDecompositionImpl
DBigMatrixImpl.java942 public BigDecimal getDeterminant() throws InvalidMatrixException { in getDeterminant() method in BigMatrixImpl