Variables
test_LLT Namespace Reference

Variables

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

Variable Documentation

◆ A

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

Definition at line 8 of file test_LLT.py.

◆ B

test_LLT.B = A.dot(X)

Definition at line 17 of file test_LLT.py.

◆ dim

int test_LLT.dim = 100

Definition at line 5 of file test_LLT.py.

◆ L

test_LLT.L = llt.matrixL()

Definition at line 13 of file test_LLT.py.

◆ llt

test_LLT.llt = eigenpy.LLT(A)

Definition at line 11 of file test_LLT.py.

◆ rng

test_LLT.rng = np.random.default_rng()

Definition at line 6 of file test_LLT.py.

◆ X

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

Definition at line 16 of file test_LLT.py.

◆ X_est

test_LLT.X_est = llt.solve(B)

Definition at line 18 of file test_LLT.py.



eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Wed Jun 5 2024 02:14:54