- 11 Feb, 2019 1 commit
-
-
Anatolii Koval authored
[Description] - Docker infrastructure for the project; - Compilation script; - Build project against C++17 standart;
-
- 21 Mar, 2018 2 commits
-
-
Nabil Chouika authored
-
Nabil Chouika authored
-
- 08 Dec, 2017 1 commit
-
-
Nabil Chouika authored
-
- 29 Nov, 2017 1 commit
-
-
Pawel Sznajder authored
missing) Change number of nodes in TrapezoidalIntegration1D from 50 to 40 (for compatibility with other integration routines)
-
- 11 Aug, 2017 2 commits
-
-
Nabil Chouika authored
Implement version information See merge request !1
-
Pawel Sznajder authored
-
- 09 Aug, 2017 1 commit
-
-
Pawel Sznajder authored
-
- 27 Jul, 2017 1 commit
-
-
Pawel Sznajder authored
module naming #24 (modification agreed with Herve during his stay in Warsaw)
-
- 21 Jul, 2017 1 commit
-
-
Pawel Sznajder authored
-
- 20 Jul, 2017 2 commits
-
-
Pawel Sznajder authored
characters (and not cast from integer) #24
-
Pawel Sznajder authored
rule probing function in equidistant steps between ln(a) and ln(b)
-
- 19 Jul, 2017 1 commit
-
-
Pawel Sznajder authored
-
- 10 Jul, 2017 1 commit
-
-
Nabil Chouika authored
-
- 07 Jul, 2017 2 commits
-
-
Nabil Chouika authored
-
Nabil Chouika authored
-
- 06 Jul, 2017 2 commits
-
-
Nabil Chouika authored
-
Nabil Chouika authored
-
- 05 Jul, 2017 1 commit
-
-
Pawel Sznajder authored
- Add layout scheme to match PARTONS - Apply current style - Update doxyfile - update titles - update mathjax script - make it similar to PARTONS doxyfile
-
- 30 Jun, 2017 1 commit
-
-
Pawel Sznajder authored
-
- 29 Jun, 2017 1 commit
-
-
Pawel Sznajder authored
-
- 14 Jun, 2017 3 commits
-
-
-
Nabil Chouika authored
-
Pawel Sznajder authored
-
- 09 Jun, 2017 2 commits
-
-
Nabil Chouika authored
-
Nabil Chouika authored
-
- 08 Jun, 2017 4 commits
-
-
Nabil Chouika authored
-
Nabil Chouika authored
-
Nabil Chouika authored
-
Nabil Chouika authored
-
- 23 May, 2017 1 commit
-
-
Nabil Chouika authored
-
- 16 May, 2017 1 commit
-
-
Nabil Chouika authored
- Generate tag file to be used by PARTONS documentation.
-
- 12 May, 2017 1 commit
-
-
Nabil Chouika authored
- Add missing build/ folder. - Add .gitignore. - Fix FindElementaryUtils.cmake.
-
- 25 Apr, 2017 1 commit
-
-
Nabil Chouika authored
In ALL (trunk): - Improvements on the previous cmake commits.
-
- 24 Apr, 2017 1 commit
-
-
Nabil Chouika authored
In Elementary_utils (trunk): - Add the installation routines in CMakeLists. - Add doxyfile. In NumA++ (trunk): - Add the installation routines in CMakeLists. - Add FindElementaryUtils.cmake module and adapt CMakeLists. In NumA++_Tests (trunk): - Add FindElementaryUtils.cmake & FindNumA++.cmake modules and adapt CMakeLists. In PARTONS (trunk): - Add the installation routines in CMakeLists. - Add FindElementaryUtils.cmake & FindNumA++.cmake modules and adapt CMakeLists. In PARTONS_exe, PARTONS_release, PARTONS_Tests, PARTONS_Fits (trunk): - Add FindElementaryUtils.cmake, FindNumA++.cmake & FindPARTONS.cmake modules and adapt CMakeLists.
-
- 18 Apr, 2017 1 commit
-
-
Cédric Mezrag authored
Adding simple cubic spline algorithm for NumA++
-
- 12 Jan, 2017 1 commit
-
-
Nabil Chouika authored
In NumA++: - Correct the default absolute tolerance to 1e-3 in Integrator1D, instead of 0.
-
- 12 Dec, 2016 1 commit
-
-
Nabil Chouika authored
In NumA++: - Correct the warning in DExp.
-
- 08 Dec, 2016 1 commit
-
-
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.
-
- 05 Dec, 2016 1 commit
-
-
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.
-