Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 630294 | Differences between
and this patch

Collapse All | Expand All

(-)scikit-learn-0.20.3.orig/sklearn/linear_model/cd_fast.c (-6 / +6 lines)
Lines 4889-4895 Link Here
4889
4889
4890
static PyObject *__pyx_pf_7sklearn_12linear_model_7cd_fast_8enet_coordinate_descent(CYTHON_UNUSED PyObject *__pyx_self, __Pyx_memviewslice __pyx_v_w, float __pyx_v_alpha, float __pyx_v_beta, __Pyx_memviewslice __pyx_v_X, __Pyx_memviewslice __pyx_v_y, int __pyx_v_max_iter, float __pyx_v_tol, PyObject *__pyx_v_rng, int __pyx_v_random, int __pyx_v_positive) {
4890
static PyObject *__pyx_pf_7sklearn_12linear_model_7cd_fast_8enet_coordinate_descent(CYTHON_UNUSED PyObject *__pyx_self, __Pyx_memviewslice __pyx_v_w, float __pyx_v_alpha, float __pyx_v_beta, __Pyx_memviewslice __pyx_v_X, __Pyx_memviewslice __pyx_v_y, int __pyx_v_max_iter, float __pyx_v_tol, PyObject *__pyx_v_rng, int __pyx_v_random, int __pyx_v_positive) {
4891
  PyObject *__pyx_v_dtype = NULL;
4891
  PyObject *__pyx_v_dtype = NULL;
4892
  void (*__pyx_v_gemv)(enum CBLAS_ORDER, enum CBLAS_TRANSPOSE, int, int, float, float *, int, float *, int, float, float *, int);
4892
  void (*__pyx_v_gemv)(CBLAS_ORDER, CBLAS_TRANSPOSE, int, int, float, float *, int, float *, int, float, float *, int);
4893
  float (*__pyx_v_dot)(int, float *, int, float *, int);
4893
  float (*__pyx_v_dot)(int, float *, int, float *, int);
4894
  void (*__pyx_v_axpy)(int, float, float *, int, float *, int);
4894
  void (*__pyx_v_axpy)(int, float, float *, int, float *, int);
4895
  float (*__pyx_v_asum)(int, float *, int);
4895
  float (*__pyx_v_asum)(int, float *, int);
Lines 6279-6285 Link Here
6279
6279
6280
static PyObject *__pyx_pf_7sklearn_12linear_model_7cd_fast_10enet_coordinate_descent(CYTHON_UNUSED PyObject *__pyx_self, __Pyx_memviewslice __pyx_v_w, double __pyx_v_alpha, double __pyx_v_beta, __Pyx_memviewslice __pyx_v_X, __Pyx_memviewslice __pyx_v_y, int __pyx_v_max_iter, double __pyx_v_tol, PyObject *__pyx_v_rng, int __pyx_v_random, int __pyx_v_positive) {
6280
static PyObject *__pyx_pf_7sklearn_12linear_model_7cd_fast_10enet_coordinate_descent(CYTHON_UNUSED PyObject *__pyx_self, __Pyx_memviewslice __pyx_v_w, double __pyx_v_alpha, double __pyx_v_beta, __Pyx_memviewslice __pyx_v_X, __Pyx_memviewslice __pyx_v_y, int __pyx_v_max_iter, double __pyx_v_tol, PyObject *__pyx_v_rng, int __pyx_v_random, int __pyx_v_positive) {
6281
  PyObject *__pyx_v_dtype = NULL;
6281
  PyObject *__pyx_v_dtype = NULL;
6282
  void (*__pyx_v_gemv)(enum CBLAS_ORDER, enum CBLAS_TRANSPOSE, int, int, double, double *, int, double *, int, double, double *, int);
6282
  void (*__pyx_v_gemv)(CBLAS_ORDER, CBLAS_TRANSPOSE, int, int, double, double *, int, double *, int, double, double *, int);
6283
  double (*__pyx_v_dot)(int, double *, int, double *, int);
6283
  double (*__pyx_v_dot)(int, double *, int, double *, int);
6284
  void (*__pyx_v_axpy)(int, double, double *, int, double *, int);
6284
  void (*__pyx_v_axpy)(int, double, double *, int, double *, int);
6285
  double (*__pyx_v_asum)(int, double *, int);
6285
  double (*__pyx_v_asum)(int, double *, int);
Lines 16246-16253 Link Here
16246
  CYTHON_UNUSED float (*__pyx_v_asum)(int, float *, int);
16246
  CYTHON_UNUSED float (*__pyx_v_asum)(int, float *, int);
16247
  void (*__pyx_v_copy)(int, float *, int, float *, int);
16247
  void (*__pyx_v_copy)(int, float *, int, float *, int);
16248
  void (*__pyx_v_scal)(int, float, float *, int);
16248
  void (*__pyx_v_scal)(int, float, float *, int);
16249
  void (*__pyx_v_ger)(enum CBLAS_ORDER, int, int, float, float *, int, float *, int, float *, int);
16249
  void (*__pyx_v_ger)(CBLAS_ORDER, int, int, float, float *, int, float *, int, float *, int);
16250
  void (*__pyx_v_gemv)(enum CBLAS_ORDER, enum CBLAS_TRANSPOSE, int, int, float, float *, int, float *, int, float, float *, int);
16250
  void (*__pyx_v_gemv)(CBLAS_ORDER, CBLAS_TRANSPOSE, int, int, float, float *, int, float *, int, float, float *, int);
16251
  unsigned int __pyx_v_n_samples;
16251
  unsigned int __pyx_v_n_samples;
16252
  unsigned int __pyx_v_n_features;
16252
  unsigned int __pyx_v_n_features;
16253
  unsigned int __pyx_v_n_tasks;
16253
  unsigned int __pyx_v_n_tasks;
Lines 17965-17972 Link Here
17965
  CYTHON_UNUSED double (*__pyx_v_asum)(int, double *, int);
17965
  CYTHON_UNUSED double (*__pyx_v_asum)(int, double *, int);
17966
  void (*__pyx_v_copy)(int, double *, int, double *, int);
17966
  void (*__pyx_v_copy)(int, double *, int, double *, int);
17967
  void (*__pyx_v_scal)(int, double, double *, int);
17967
  void (*__pyx_v_scal)(int, double, double *, int);
17968
  void (*__pyx_v_ger)(enum CBLAS_ORDER, int, int, double, double *, int, double *, int, double *, int);
17968
  void (*__pyx_v_ger)(CBLAS_ORDER, int, int, double, double *, int, double *, int, double *, int);
17969
  void (*__pyx_v_gemv)(enum CBLAS_ORDER, enum CBLAS_TRANSPOSE, int, int, double, double *, int, double *, int, double, double *, int);
17969
  void (*__pyx_v_gemv)(CBLAS_ORDER, CBLAS_TRANSPOSE, int, int, double, double *, int, double *, int, double, double *, int);
17970
  unsigned int __pyx_v_n_samples;
17970
  unsigned int __pyx_v_n_samples;
17971
  unsigned int __pyx_v_n_features;
17971
  unsigned int __pyx_v_n_features;
17972
  unsigned int __pyx_v_n_tasks;
17972
  unsigned int __pyx_v_n_tasks;

Return to bug 630294