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