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