Documentation of 'cern.colt.matrix.tfloat.algo.solver.preconditioner.FloatILUT' Java class
FloatILUT
cern.colt.matrix.tfloat.algo.solver.preconditioner

Class FloatILUT

  • All Implemented Interfaces:
    FloatPreconditioner


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

      • FloatILUT

        public FloatILUT(int n,
                         float 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
      • FloatILUT

        public FloatILUT(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.