Documentation of 'mikera.matrixx.solve.impl.lu.LUSolver' Java class
LUSolver
mikera.matrixx.solve.impl.lu

Class LUSolver



  • public class LUSolver
    extends java.lang.Object
    • Constructor Detail

      • LUSolver

        public LUSolver(boolean improve)
      • LUSolver

        public LUSolver()
    • Method Detail

      • quality

        public double quality()
      • improveSol

        public void improveSol(AMatrix b,
                               AMatrix x)
        This attempts to improve upon the solution generated by account for numerical imprecisions. See numerical recipes for more information. It is assumed that solve has already been run on 'b' and 'x' at least once.
        Parameters:
        b - A matrix. Not modified.
        x - A matrix. Modified.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.