Go to the source code of this file.
Namespaces | |
test_LLT | |
Variables | |
test_LLT.A = np.random.rand(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.X = np.random.rand(dim, 20) | |
test_LLT.X_est = llt.solve(B) | |