Variables
test_CholmodSupernodalLLT Namespace Reference

Variables

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

Variable Documentation

◆ A

tuple test_CholmodSupernodalLLT.A = rng.random((dim, dim))

Definition at line 9 of file test_CholmodSupernodalLLT.py.

◆ B

test_CholmodSupernodalLLT.B = A.dot(X)

Definition at line 19 of file test_CholmodSupernodalLLT.py.

◆ dim

int test_CholmodSupernodalLLT.dim = 100

Definition at line 6 of file test_CholmodSupernodalLLT.py.

◆ llt

test_CholmodSupernodalLLT.llt = eigenpy.CholmodSupernodalLLT(A)

Definition at line 14 of file test_CholmodSupernodalLLT.py.

◆ rng

test_CholmodSupernodalLLT.rng = np.random.default_rng()

Definition at line 7 of file test_CholmodSupernodalLLT.py.

◆ X

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

Definition at line 18 of file test_CholmodSupernodalLLT.py.

◆ X_est

test_CholmodSupernodalLLT.X_est = llt.solve(B)

Definition at line 20 of file test_CholmodSupernodalLLT.py.



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