public class CholeskyBanachiewiczParallelized extends Object implements Cholesky
CholeskyBanachiewicz. This implementation is much
faster for computing large matrices (dimension > 500) on multi-core platform.CholeskyBanachiewicz| Constructor and Description |
|---|
CholeskyBanachiewiczParallelized(Matrix A) |
| Modifier and Type | Method and Description |
|---|---|
LowerTriangularMatrix |
L()
Get the lower triangular matrix L.
|
static boolean |
shouldUseParallel(int dim) |
public CholeskyBanachiewiczParallelized(Matrix A)
public static boolean shouldUseParallel(int dim)
public LowerTriangularMatrix L()
CholeskyCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.