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