Go to the source code of this file.
Namespaces | |
| namespace | test_solve_linear_system |
Functions | |
| def | test_anderson () |
| def | test_lbfgs () |
| def | test_broyden_good () |
Variables | |
| A = np.array([[20, -10], [-10, 30]], dtype=np.float64) | |
| b = np.array([10, 20], dtype=np.float64) | |
| n = A.shape[1] | |
| int | ε = 1e-15 |