Variables
test_MINRES Namespace Reference

Variables

 A = np.eye(dim)
 
 B = A.dot(X)
 
int dim = 100
 
 minres = eigenpy.MINRES(A)
 
 rng = np.random.default_rng()
 
 X = rng.random((dim, 20))
 
 X_est = minres.solve(B)
 

Variable Documentation

◆ A

test_MINRES.A = np.eye(dim)

Definition at line 7 of file test_MINRES.py.

◆ B

test_MINRES.B = A.dot(X)

Definition at line 12 of file test_MINRES.py.

◆ dim

int test_MINRES.dim = 100

Definition at line 5 of file test_MINRES.py.

◆ minres

test_MINRES.minres = eigenpy.MINRES(A)

Definition at line 9 of file test_MINRES.py.

◆ rng

test_MINRES.rng = np.random.default_rng()

Definition at line 6 of file test_MINRES.py.

◆ X

test_MINRES.X = rng.random((dim, 20))

Definition at line 11 of file test_MINRES.py.

◆ X_est

test_MINRES.X_est = minres.solve(B)

Definition at line 13 of file test_MINRES.py.



eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 14 2024 02:15:58