Go to the source code of this file.
Namespaces | |
test_LDLT | |
Variables | |
test_LDLT.A = rng.random((dim, dim)) | |
test_LDLT.B = A.dot(X) | |
test_LDLT.D = ldlt.vectorD() | |
int | test_LDLT.dim = 100 |
test_LDLT.L = ldlt.matrixL() | |
test_LDLT.ldlt = eigenpy.LDLT(A) | |
test_LDLT.P = ldlt.transpositionsP() | |
test_LDLT.rng = np.random.default_rng() | |
test_LDLT.X = rng.random((dim, 20)) | |
test_LDLT.X_est = ldlt.solve(B) | |