Class CholeskyBanachiewiczParallelized

  • All Implemented Interfaces:
    Cholesky

    public class CholeskyBanachiewiczParallelized
    extends Object
    implements Cholesky
    This is a parallelized version of CholeskyBanachiewicz. This implementation is much faster for computing large matrices (dimension > 500) on multi-core platform.
    See Also:
    CholeskyBanachiewicz
    • Constructor Detail

      • CholeskyBanachiewiczParallelized

        public CholeskyBanachiewiczParallelized​(Matrix A)
    • Method Detail

      • shouldUseParallel

        public static boolean shouldUseParallel​(int dim)