Namespaces | Variables
test_CholmodSimplicialLDLT.py File Reference

Go to the source code of this file.

Namespaces

 test_CholmodSimplicialLDLT
 

Variables

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


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