- 08 Mar, 2016 1 commit
-
-
Bryan Berthou authored
- Add missing copy constructor and clone function.
-
- 02 Mar, 2016 3 commits
-
-
Bryan Berthou authored
- Add new method to generate steps for Interval (NORMAL & LOG)
-
Bryan Berthou authored
- Correct infinite loop
-
Bryan Berthou authored
- Implement Interval class.
-
- 29 Feb, 2016 1 commit
-
-
Bryan Berthou authored
- Update output format for tolerances
-
- 26 Feb, 2016 1 commit
-
-
Bryan Berthou authored
- Update project folder tree. - Move math tools from PARTONS to NumA++ (Tolerances, Differences, MathUtils ...) - Switch from basic template function to new architecture with inheritance and virtuality to provide powerful integration method layer for PARTONS. Adding generic way to configure integration method module (like in PARTONS). - Add one dimension function definition Keywords : Functors, Template class, inheritance, module, configure, generic parameters
-
- 25 Feb, 2016 1 commit
-
-
Nabil Chouika authored
- Added NumA++ doxyfile
-
- 18 Feb, 2016 1 commit
-
-
Nabil Chouika authored
- GapEquationSolverModule: Added the ability to resume iterations from previous computed solution - Avoid recalculating same quantities
-
- 15 Feb, 2016 5 commits
-
-
Nabil Chouika authored
- modifications to build.xml ("clean" removes CMakeCache.txt) and CMakeLists.txt
-
Nabil Chouika authored
- New build.xml for Eclipse VM
-
Bryan Berthou authored
- Remove CMakeCache
-
Nabil Chouika authored
- New modules FindEigen3 and FindROOTrtual Machine
-
Nabil Chouika authored
- new CMakeLists.txt independant of Virtual Machine
-
- 12 Feb, 2016 2 commits
-
-
Bryan Berthou authored
- Impossible to use template and virtual together
-
Bryan Berthou authored
- Draft refactoring integration mechanisms
-
- 11 Feb, 2016 1 commit
-
-
Nabil Chouika authored
- new assign() method in VectorD and MatrixD - new concatenate() and getStdVector() methods in VectorD - relative diff in NewtonMD
-
- 09 Feb, 2016 2 commits
-
-
Nabil Chouika authored
- Added VectorD::norm() - Modification in Newton.h to return x everytime - Implemented NewtonMD::solve()
-
Bryan Berthou authored
- Update Newtown return for each case.
-
- 08 Feb, 2016 2 commits
-
-
Nabil Chouika authored
- Added a list of substitution for Eigen header. Please import it to your Eclipse global configuration (C++ -> Organize Includes -> Header substitution). - Made the VectorD operators const (to avoid some compilation problems). - First draft of NewtonMD (Newton multi-dimensional). - Added other methods for linear solve from Eigen.
-
Bryan Berthou authored
- Comments
-
- 05 Feb, 2016 1 commit
-
-
Nabil Chouika authored
- Refactorization (moved MatrixD to NumA). - Modification of MatrixD and VectorD - First implementation of LinearSystem::solve using Eigen - Refactorization of DSE modules and beans
-
- 03 Feb, 2016 1 commit
-
-
Nabil Chouika authored
- Removed static variables and methods in GLNP - Test of Legendre
-
- 02 Feb, 2016 6 commits
-
-
Bryan Berthou authored
- Update CMake & project configuration file
-
Bryan Berthou authored
- Refactoring GSL integration mode - Adding two root finding algorythme - Updating NumA++ project configuration file
-
Bryan Berthou authored
- Update CMake configuration file
-
Bryan Berthou authored
- Update CERN ROOT library configuration
-
Bryan Berthou authored
- Update CERN ROOT library configuration
-
Nabil Chouika authored
- First try at Gap Equation Solver (with Gluon Propagator and Quark Propagator beans) with RLModel - Modification to Gauss-Legendre - Added TODOs
-
- 28 Jan, 2016 3 commits
-
-
Bryan Berthou authored
- Modified project folder tree - Remove ROOT dependencies
-
Bryan Berthou authored
- Modified project folder tree - Remove ROOT dependencies
-
Bryan Berthou authored
- Rewriting GSL Integration Mode (C code) - Free C allocation memory to avoid memory leak
-
- 27 Jan, 2016 1 commit
-
-
Bryan Berthou authored
- Rewriting GSL Integration Mode (C code)
-
- 25 Jan, 2016 1 commit
-
-
Bryan Berthou authored
- Correcting error with ROOT integration mode with parameters.
-
- 22 Jan, 2016 1 commit
-
-
Bryan Berthou authored
- Implementing C code of GSL_ADAPTIVE_SINGULAR integration method.
-
- 18 Jan, 2016 1 commit
-
-
Bryan Berthou authored
- Replace DBL_MAX by std::numeric_limits<double>::max() that is more C++ and portable.
-
- 07 Jan, 2016 3 commits
-
-
Bryan Berthou authored
- Add some stuff to svn:ignore
-
Bryan Berthou authored
- Remove unwanted files
-
Bryan Berthou authored
- Switch from eclipse Makefile to CMake Makefile - Add new Ant script
-
- 06 Jan, 2016 2 commits
-
-
Pawel Sznajder authored
- Changed value of pi from 3.14xxx to M_PI
-
Bryan Berthou authored
- Correcting parameters handler for ROOT integration
-