Ajout du squelette de Newton.
authorgburri <gregory.burri@master.hes-so.ch>
Thu, 13 Nov 2014 09:21:00 +0000 (10:21 +0100)
committergburri <gregory.burri@master.hes-so.ch>
Thu, 13 Nov 2014 09:21:00 +0000 (10:21 +0100)
commit7b1db14e9df63c577384e1722d2028438a51944e
treec050218ffb17c1b9e51ed39d0b7bd94068aaa6c6
parentbd178531f80f8bc41c998d1c4588f9e18cc29389
Ajout du squelette de Newton.
WCudaMSE/BilatTools_Cuda_Image/src/core/cudaImageTools/fonctionel/header/AnimableFonctionel_I.h
WCudaMSE/Student_Cuda_Image/src/cpp/core/02_Mandelbrot_Julia/provider/FractalProvider.cpp
WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/moo/device/NewtonDevice.cu [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/moo/device/math/NewtonMath.h [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/moo/host/Newton.cu [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/moo/host/Newton.h [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/provider/NewtonProvider.cpp [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/03_Newton/provider/NewtonProvider.h [new file with mode: 0755]
WCudaMSE/Student_Cuda_Image/src/cpp/core/mainGL.cpp