Go to the source code of this file.
Namespaces | |
test_MINRES | |
Variables | |
test_MINRES.A = np.eye(dim) | |
test_MINRES.B = A.dot(X) | |
int | test_MINRES.dim = 100 |
test_MINRES.minres = eigenpy.MINRES(A) | |
test_MINRES.X = np.random.rand(dim, 20) | |
test_MINRES.X_est = minres.solve(B) | |