Class MatrixMath.LU

java.lang.Object
org.djunits.util.MatrixMath.LU
Enclosing class:
MatrixMath

protected static final class MatrixMath.LU extends Object
Helper class for LU decomposition with partial pivoting.
  • Constructor Details

    • LU

      LU(double[] lu, int[] piv, int pivotSign, double scale)
      Construct an LU instance.
      Parameters:
      lu - combined L (unit diag) and U, row-major
      piv - row permutations
      pivotSign - the pivot sign, +1 or -1
      scale - scale for tolerance decisions