Variables | |
A = np.random.rand(dim,dim) | |
int | dim = 100 |
L = llt.matrixL() | |
llt = eigenpy.LLT(A) | |
Definition at line 8 of file test_LLT.py.
int test_LLT.dim = 100 |
Definition at line 7 of file test_LLT.py.
test_LLT.L = llt.matrixL() |
Definition at line 14 of file test_LLT.py.
test_LLT.llt = eigenpy.LLT(A) |
Definition at line 12 of file test_LLT.py.