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