Searched refs:PetscRegressorLinearGetCoefficients (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ |
| H A D | regressor.h | 13 PetscErrorCode PetscRegressorLinearGetCoefficients(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUS… in PetscRegressorLinearGetCoefficients() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscregressor.pxi | 22 PetscErrorCode PetscRegressorLinearGetCoefficients(PetscRegressor, PetscVec*)
|
| H A D | Regressor.pyx | 273 getLinearIntercept, petsc.PetscRegressorLinearGetCoefficients 276 CHKERR(PetscRegressorLinearGetCoefficients(self.regressor, &coeffs.vec))
|
| /petsc/src/ml/regressor/tests/ |
| H A D | ex_sharks.c | 75 PetscCall(PetscRegressorLinearGetCoefficients(regressor, &coefficients)); in main()
|
| H A D | ex2.c | 53 PetscCall(PetscRegressorLinearGetCoefficients(regressor, &coefficients)); in main()
|
| H A D | ex1.c | 53 PetscCall(PetscRegressorLinearGetCoefficients(regressor, &coefficients)); in main()
|
| H A D | ex3.c | 162 PetscCall(PetscRegressorLinearGetCoefficients(regressor, &ctx->coefficients)); in main()
|
| /petsc/include/ |
| H A D | petscregressor.h | 99 PETSC_EXTERN PetscErrorCode PetscRegressorLinearGetCoefficients(PetscRegressor, Vec *);
|
| /petsc/doc/manual/ |
| H A D | regressor.md | 202 PetscRegressorLinearGetCoefficients(PetscRegressor regressor, Vec *coefficients);
|
| /petsc/src/ml/regressor/impls/linear/ |
| H A D | linear.c | 368 PETSC_EXTERN PetscErrorCode PetscRegressorLinearGetCoefficients(PetscRegressor regressor, Vec *coef… in PetscRegressorLinearGetCoefficients() function
|