Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246541
Collapse All | Expand All

(-)PyML/containers/ext/Kernel.h.orig (-1 / +1 lines)
Lines 89-95 Link Here
89
89
90
  Kernel* castToBase() { return dynamic_cast<Kernel *>(this); }
90
  Kernel* castToBase() { return dynamic_cast<Kernel *>(this); }
91
91
92
  double eval(DataSet *dataj, int i, int j, DataSet *dataj);
92
  double eval(DataSet *datai, int i, int j, DataSet *dataj);
93
93
94
  void setDegree(const int degree_);
94
  void setDegree(const int degree_);
95
  void setAdditiveConst(const double additiveConst_);
95
  void setAdditiveConst(const double additiveConst_);

Return to bug 246541