Go to the source code of this file.
Namespaces | |
test_CholmodSupernodalLLT | |
Variables | |
test_CholmodSupernodalLLT.A = rng.random((dim, dim)) | |
test_CholmodSupernodalLLT.B = A.dot(X) | |
int | test_CholmodSupernodalLLT.dim = 100 |
test_CholmodSupernodalLLT.llt = eigenpy.CholmodSupernodalLLT(A) | |
test_CholmodSupernodalLLT.rng = np.random.default_rng() | |
test_CholmodSupernodalLLT.X = rng.random((dim, 20)) | |
test_CholmodSupernodalLLT.X_est = llt.solve(B) | |