X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FStudent_Cuda_Image%2Fsrc%2Fcpp%2Fcore%2F03_Newton%2Fmoo%2Fhost%2FNewton.h;h=a9fb73cd5543c89fde1984745abb2261775f6734;hb=f2c6a4fc79746e2d5c6678699bd2ca93ffc49bcc;hp=ad869799491ecc4fb82e41719b2b37366d0ee6a8;hpb=7b1db14e9df63c577384e1722d2028438a51944e;p=GPU.git diff --git a/WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/moo/host/Newton.h b/WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/moo/host/Newton.h index ad86979..a9fb73c 100755 --- a/WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/moo/host/Newton.h +++ b/WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/moo/host/Newton.h @@ -4,6 +4,7 @@ #include "cudaTools.h" #include "AnimableFonctionel_I.h" #include "MathTools.h" +#include "VariateurI.h" #include "VariateurF.h" class Newton : public AnimableFonctionel_I @@ -20,12 +21,14 @@ class Newton : public AnimableFonctionel_I DomaineMath* getDomaineMathInit() /*override*/; float getT() /*override*/; + string getTName(); string getTitle(void) /*override*/; private: - VariateurF variateurAnimation; - float t; + VariateurF variateurEpsilon; // Variateur sur epsilon. + + float epsilon; // Inputs const int w;