Variables
test_LLT Namespace Reference

Variables

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

Variable Documentation

◆ A

tuple test_LLT.A = np.random.rand(dim, dim)

Definition at line 6 of file test_LLT.py.

◆ B

test_LLT.B = A.dot(X)

Definition at line 16 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 12 of file test_LLT.py.

◆ llt

test_LLT.llt = eigenpy.LLT(A)

Definition at line 10 of file test_LLT.py.

◆ X

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

Definition at line 15 of file test_LLT.py.

◆ X_est

test_LLT.X_est = llt.solve(B)

Definition at line 17 of file test_LLT.py.



eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 2 2023 02:10:27