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

(-)a/sklearn/linear_model/cd_fast.c (-4 / +4 lines)
Lines 16180-16187 Link Here
16180
  float (*__pyx_v_nrm2)(int, float *, int);
16180
  float (*__pyx_v_nrm2)(int, float *, int);
16181
  void (*__pyx_v_copy)(int, float *, int, float *, int);
16181
  void (*__pyx_v_copy)(int, float *, int, float *, int);
16182
  void (*__pyx_v_scal)(int, float, float *, int);
16182
  void (*__pyx_v_scal)(int, float, float *, int);
16183
  void (*__pyx_v_ger)(enum CBLAS_ORDER, int, int, float, float *, int, float *, int, float *, int);
16183
  void (*__pyx_v_ger)(CBLAS_ORDER, int, int, float, float *, int, float *, int, float *, int);
16184
  void (*__pyx_v_gemv)(enum CBLAS_ORDER, enum CBLAS_TRANSPOSE, int, int, float, float *, int, float *, int, float, float *, int);
16184
  void (*__pyx_v_gemv)(CBLAS_ORDER, CBLAS_TRANSPOSE, int, int, float, float *, int, float *, int, float, float *, int);
16185
  unsigned int __pyx_v_n_samples;
16185
  unsigned int __pyx_v_n_samples;
16186
  unsigned int __pyx_v_n_features;
16186
  unsigned int __pyx_v_n_features;
16187
  unsigned int __pyx_v_n_tasks;
16187
  unsigned int __pyx_v_n_tasks;
Lines 17887-17894 Link Here
17887
  double (*__pyx_v_nrm2)(int, double *, int);
17887
  double (*__pyx_v_nrm2)(int, double *, int);
17888
  void (*__pyx_v_copy)(int, double *, int, double *, int);
17888
  void (*__pyx_v_copy)(int, double *, int, double *, int);
17889
  void (*__pyx_v_scal)(int, double, double *, int);
17889
  void (*__pyx_v_scal)(int, double, double *, int);
17890
  void (*__pyx_v_ger)(enum CBLAS_ORDER, int, int, double, double *, int, double *, int, double *, int);
17890
  void (*__pyx_v_ger)(CBLAS_ORDER, int, int, double, double *, int, double *, int, double *, int);
17891
  void (*__pyx_v_gemv)(enum CBLAS_ORDER, enum CBLAS_TRANSPOSE, int, int, double, double *, int, double *, int, double, double *, int);
17891
  void (*__pyx_v_gemv)(CBLAS_ORDER, CBLAS_TRANSPOSE, int, int, double, double *, int, double *, int, double, double *, int);
17892
  unsigned int __pyx_v_n_samples;
17892
  unsigned int __pyx_v_n_samples;
17893
  unsigned int __pyx_v_n_features;
17893
  unsigned int __pyx_v_n_features;
17894
  unsigned int __pyx_v_n_tasks;
17894
  unsigned int __pyx_v_n_tasks;

Return to bug 630294