Home
last modified time | relevance | path

Searched refs:PetscRegressorLinearGetCoefficients (Results 1 – 10 of 10) sorted by relevance

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dregressor.h13 PetscErrorCode PetscRegressorLinearGetCoefficients(PETSC_UNUSED PetscRegressor regressor,PETSC_UNUS… in PetscRegressorLinearGetCoefficients() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscregressor.pxi22 PetscErrorCode PetscRegressorLinearGetCoefficients(PetscRegressor, PetscVec*)
H A DRegressor.pyx273 getLinearIntercept, petsc.PetscRegressorLinearGetCoefficients
276 CHKERR(PetscRegressorLinearGetCoefficients(self.regressor, &coeffs.vec))
/petsc/src/ml/regressor/tests/
H A Dex_sharks.c75 PetscCall(PetscRegressorLinearGetCoefficients(regressor, &coefficients)); in main()
H A Dex2.c53 PetscCall(PetscRegressorLinearGetCoefficients(regressor, &coefficients)); in main()
H A Dex1.c53 PetscCall(PetscRegressorLinearGetCoefficients(regressor, &coefficients)); in main()
H A Dex3.c162 PetscCall(PetscRegressorLinearGetCoefficients(regressor, &ctx->coefficients)); in main()
/petsc/include/
H A Dpetscregressor.h99 PETSC_EXTERN PetscErrorCode PetscRegressorLinearGetCoefficients(PetscRegressor, Vec *);
/petsc/doc/manual/
H A Dregressor.md202 PetscRegressorLinearGetCoefficients(PetscRegressor regressor, Vec *coefficients);
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c368 PETSC_EXTERN PetscErrorCode PetscRegressorLinearGetCoefficients(PetscRegressor regressor, Vec *coef… in PetscRegressorLinearGetCoefficients() function