Searched refs:petsc_regression_test (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/binding/petsc4py/demo/regressor/ |
| H A D | test_regressor_synthetic.py | 39 def petsc_regression_test(nsample, nfeature, noise=0, rand_state=11): function 90 xte,ypr = petsc_regression_test(args.nsample, args.nfeature, 0) 97 xte,ypr = petsc_regression_test(args.nsample, args.nfeature, noise, rand_state)
|