Skip to content
Snippets Groups Projects
  1. Apr 18, 2017
    • Cédric Mezrag's avatar
      refs#16 · e31b7899
      Cédric Mezrag authored
      Adding simple cubic spline algorithm for NumA++
      e31b7899
  2. Jan 12, 2017
    • Nabil Chouika's avatar
      refs#16 · 461e31a0
      Nabil Chouika authored
      In NumA++:
      - Correct the default absolute tolerance to 1e-3 in Integrator1D, instead of 0.
      461e31a0
  3. Dec 12, 2016
    • Nabil Chouika's avatar
      refs#16 · d4d6db60
      Nabil Chouika authored
      In NumA++:
      - Correct the warning in DExp.
      d4d6db60
  4. Dec 08, 2016
    • Nabil Chouika's avatar
      refs#16 · 03989c58
      Nabil Chouika authored
      In NumA++:
      - Initialize Eigen vectors to zero in LSMRSolver, to avoid random results (and maybe nan).
      
      In PARTONS_Fits:
      - Propagate changes in parameters names for DVCSConstantCFFModel.
      03989c58
  5. Dec 05, 2016
    • Nabil Chouika's avatar
      refs#16 · 7604c6f0
      Nabil Chouika authored
      In NumA++ (trunk):
      - Removed the function solveLSMR in LinAlgUtils.
      - New class LSMRSolver (using Eigen vectors and matrices for the computation).
      - Removed old LSMR classes.
      - Various conversions of stringstream to Formatter and runtime_error to CustomException.
      
      In NumA++_Test (trunk):
      - Propagation.
      7604c6f0
  6. Dec 02, 2016
    • Nabil Chouika's avatar
      refs#16 · 3ce73f69
      Nabil Chouika authored
      In NumA++ (trunk):
      - Daniele's new DExp layer.
      3ce73f69
  7. Dec 01, 2016
    • Nabil Chouika's avatar
      refs#16 · 7f05ba1e
      Nabil Chouika authored
      In NumA++ (trunk):
      - New LSMR ported from scipy.
      7f05ba1e
  8. Nov 30, 2016
    • Nabil Chouika's avatar
      refs#16 · 14e172df
      Nabil Chouika authored
      In NumA++ (trunk):
      - Daniele's new DExp routine.
      14e172df
    • Nabil Chouika's avatar
      refs#16 · 73308d32
      Nabil Chouika authored
      In ElementaryUtils (trunk):
      - Change GenericType and Formatter precision to 16 instead of 17, to avoid messy numbers in formatting.
      
      In NumA++ (trunk):
      - Change some std::runtime_error to CustonException. A lot more to change...
      - Time monitoring in LSMR.
      
      In PARTONS:
      - Inherit IncompleteGPDModule from GPDModule to be able to use GPDService. Lot of useless code commented.
      - Some changes in Radon inversion modules...
      73308d32
  9. Nov 23, 2016
    • Nabil Chouika's avatar
      refs#16 · c5acdce0
      Nabil Chouika authored
      In NumA++:
      - Added -pedantic flag in CMakeLists for warnings.
      - Moved LinAlgUtils to parent folder.
      - Added LSMR iterative algorithm for sparse least-squares problems, taken from https://github.com/tvercaut/LSQR-cpp (APACHE licence) and adapted to fit into NumA.
      
      In NumA++_Test:
      - Added -pedantic flag in CMakeLists for warnings.
      - Added test for LSMR also taken from github.
      
      In PARTONS:
      - Added -pedantic flag in CMakeLists for warnings.
      - Converted one observable scenario to the new cross configuration.
      - Various modifications and additions to the Radon Inverse files. Now, the DoubleDistribution modules are not needed anymore. It was too complicated to deal with... But it's still possible to use them I guess.
      - Renamed the Radon Inverse daughter class because the brute-force approach was dropped in favor of a fixed number of rows for the matrix.
      
      In PARTONS_exe:
      - Added -pedantic flag in CMakeLists for warnings.
      - Updated partons.properties to the new scheme.
      - Added a test for the Radon inversion.
      
      In PARTONS_release:
      - Added -pedantic flag in CMakeLists for warnings.
      - Added a scenario for GPD.
      - Close PARTONS properly when exception.
      c5acdce0
  10. Nov 15, 2016
    • Bryan Berthou's avatar
      refs#16 · 84888091
      Bryan Berthou authored
      In NumA++ (trunk) :
      - Replace std::runtime_error by CustomException.
      84888091
  11. Oct 27, 2016
  12. Oct 26, 2016
    • Nabil Chouika's avatar
      refs#16 · 6aa275ab
      Nabil Chouika authored
      In NumA++:
      - Remove blank files (created to avoid svn problem).
      6aa275ab
    • Nabil Chouika's avatar
      refs#16 · 0b186260
      Nabil Chouika authored
      In ElementaryUtils:
      - Use command "executable" in the Ant scripts instead of the deprecated command "command".
      
      In NumA++:
      - Overload functors to allow call without parameters.
      - Restructuring of folders for Functors.
      - Rename LinearSystem to LinAlgUtils and add rank routine.
      - New EigenUtils to encapsulate conversions to or from Eigen. In order for PARTONS to be independent of Eigen.
      - New methods in MatrixD (appendLine, etc).
      - New constructors for VectorD.
      - New static method in Interval to compute nodes.
      
      In NumA++_Test:
      - New tests for Eigen.
      
      In PARTONS:
      - New modules IncompleteGPDModule and RadonInverseModule.
      - First method for Radon inversion: Random brute force with constant piecewise functions (RandBFConstPW). Still no inversion, only matrix construction.
      - Addition of DDGauge type and modification of DDType.
      - New OverlapMMR15 model.
      0b186260
  13. Oct 12, 2016
    • Pawel Sznajder's avatar
      refs#16 · a6c21879
      Pawel Sznajder authored
      In NumA++ (trunk):
      - in linear_algebra/matrix_complex and linear_algebra/vector_complex
      	- dynamic vectors/matrices replaced by std::vectors
      	- documentation added
      	- memory leakage fixed
      	- few cosmetic changes
      a6c21879
  14. Oct 07, 2016
    • Bryan Berthou's avatar
      refs#16 · a46f8502
      Bryan Berthou authored
      In NumA++ (trunk) :
      - Create FunctorUtils class : add missing method to create FunctorMD.
      a46f8502
    • Bryan Berthou's avatar
      refs#16 · a58ef37b
      Bryan Berthou authored
      In NumA++ (trunk) :
      - Add multidimentional functor.
      a58ef37b
  15. Sep 21, 2016
    • Bryan Berthou's avatar
      refs#16 · 5b94e3e5
      Bryan Berthou authored
      In NumA++ (trunk) :
      - Update eclipse project configuration file.
      5b94e3e5
  16. Aug 05, 2016
    • Nabil Chouika's avatar
      refs#16 · ad1bc1a7
      Nabil Chouika authored
      - Use command "executable" in the Ant scripts instead of the deprecated command "command".
      ad1bc1a7
    • Hervé Moutarde's avatar
      refs#16 · a671bcc3
      Hervé Moutarde authored
      In NumA++, following modification in PARTONS_Fits:
      
      - Update FindROOT.cmake module for a finer resolution of ROOT components in system. Needed because previous version was not able to find libMinuit2.so
      
      - Update build.xml: remove ROOT home path argument.
      a671bcc3
  17. Jul 08, 2016
    • Daniele Binosi's avatar
      ref#16 · 14210754
      Daniele Binosi authored
      New classes that generates quadratures for numerical integration.
      
      Chebyshev A: Chebyshev quadrature for computing the integral \int_{-1}^1 dx f(x)sqrt(1-x^2);
      Chebyshev B: Chebyshev quadrature for computing the integral \int_{-1}^1 dx f(x)/sqrt(1-x^2);
      GLSeSt: Different (more precise?) method for computing GL weights. 
      14210754
  18. Jul 05, 2016
  19. Jun 30, 2016
    • Nabil Chouika's avatar
      refs#16 · 5db7090c
      Nabil Chouika authored
      In ElementaryUtils:
      - Added string split function by string delimiter in StringUtils.
      
      In PARTONS:
      - Changed ObservableKinematic to use GenericType instead of fromStringToDouble.
      - Some fix in DVCSConstantModel.
      
      In PARTONs_Tests:
      - Force C++98 in CMakeLists.
      5db7090c
  20. Jun 29, 2016
    • Bryan Berthou's avatar
      refs#16 · 356f3cfb
      Bryan Berthou authored
      In NumA++ :
      - Implement Registry/Factory (as a draft) for Integrator.
      356f3cfb
    • Bryan Berthou's avatar
      refs#16 · 82f7b507
      Bryan Berthou authored
      In NumA++ :
      - Implement Registry/Factory (as a draft) for Integrator.
      82f7b507
  21. Jun 23, 2016
    • Bryan Berthou's avatar
      refs#16 · 43542cc9
      Bryan Berthou authored
      NumA++ : add .project file needed by eclipse autoconfiguration tool.
      43542cc9
  22. Jun 20, 2016
    • Nabil Chouika's avatar
      refs#16 · 50251b40
      Nabil Chouika authored
      - Fix CMakeLists.txt to force C++98
      - Fix some absolute URL
      50251b40
  23. May 18, 2016
  24. Apr 25, 2016
Loading