Go to the source code of this file.
Namespaces | |
| test_LDLT | |
Variables | |
| test_LDLT.A = np.random.rand(dim,dim) | |
| test_LDLT.D = ldlt.vectorD() | |
| int | test_LDLT.dim = 100 |
| test_LDLT.L = ldlt.matrixL() | |
| test_LDLT.ldlt = eigenpy.LDLT(A) | |
| test_LDLT.P = ldlt.transpositionsP() | |