Variables
test_MINRES Namespace Reference

Variables

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

Variable Documentation

◆ A

test_MINRES.A = np.eye(dim)

Definition at line 5 of file test_MINRES.py.

◆ B

test_MINRES.B = A.dot(X)

Definition at line 10 of file test_MINRES.py.

◆ dim

int test_MINRES.dim = 100

Definition at line 4 of file test_MINRES.py.

◆ minres

test_MINRES.minres = eigenpy.MINRES(A)

Definition at line 7 of file test_MINRES.py.

◆ X

test_MINRES.X = np.random.rand(dim, 20)

Definition at line 9 of file test_MINRES.py.

◆ X_est

test_MINRES.X_est = minres.solve(B)

Definition at line 11 of file test_MINRES.py.



eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Tue Jan 23 2024 03:15:01