Documentation of 'cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleILUT' Java class
DoubleILUT
cern.colt.matrix.tdouble.algo.solver.preconditioner

Class DoubleILUT

  • All Implemented Interfaces:
    DoublePreconditioner


    public class DoubleILUT
    extends java.lang.Object
    implements DoublePreconditioner
    ILU preconditioner with fill-in. Uses the dual threshold approach of Saad.
    • Constructor Detail

      • DoubleILUT

        public DoubleILUT(int n,
                          double tau,
                          int p)
        Sets up the preconditioner for the problem size
        Parameters:
        n - Problem size (number of rows)
        tau - Drop tolerance
        p - Number of entries to keep on each row in of the factored matrix. This is in addition to the entries of the original matrix
      • DoubleILUT

        public DoubleILUT(int n)
        Sets up the preconditioner for the given problem size. Uses a drop-tolerance of 10-6, and keeps 25 entries on each row, including the main diagonal and any previous entries in the matrix structure
        Parameters:
        n - Problem size (number of rows)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.