- 20 Jun, 2016 1 commit
-
-
Nabil Chouika authored
- Fix CMakeLists.txt to force C++98 - Fix some absolute URL
-
- 18 May, 2016 12 commits
-
-
Bryan Berthou authored
-
Bryan Berthou authored
- NumA++ : create tag for r686
-
Bryan Berthou authored
-
Nabil Chouika authored
Initial
-
Nabil Chouika authored
Initial
-
Nabil Chouika authored
Revert branches
-
Nabil Chouika authored
New Nabil branch
-
Bryan Berthou authored
- NumA++ : create release branch
-
Bryan Berthou authored
- NumA++ : update SVN folders tree for trunk and branches
-
Bryan Berthou authored
- NumA++ : remove default SVN root trunk.
-
Bryan Berthou authored
- NumA++ : update SVN folders tree for trunk and branches
-
Bryan Berthou authored
- NumA++ : update SVN folders tree for trunk and branches
-
- 25 Apr, 2016 1 commit
-
-
Bryan Berthou authored
- Add comments
-
- 11 Apr, 2016 2 commits
-
-
Nabil Chouika authored
- Moved doxygen documentation of class inside namespace.
-
Bryan Berthou authored
- Move doxygen documentation to correct trouble when generate documentation : problem with namespace, multiple documentation file.
-
- 08 Apr, 2016 1 commit
-
-
Nabil Chouika authored
- Remove GL20 and GL40 by merging them into GaussLegendre (renamed GLNP) - Rename GaussKonrod to GaussKronrod (missing r) - Chebyshev interpolation - Various modifications to MatrixD and VectorD - Added ElementaryUtils dependence to NumA_Test - Adapted NumA_Test to take into account the change in GaussLegendre (with 5 different orders) - Massive rewriting of the Gap Equation solver (for now only Bad Broyden available)
-
- 04 Apr, 2016 1 commit
-
-
Pawel Sznajder authored
- Correction for the bug in QuadratureIntegrator1D class (due to different definition of virtual configure() function w.r.t. mother class the function was not called)
-
- 21 Mar, 2016 3 commits
-
-
Bryan Berthou authored
- Moving cpp file to src folder.
-
Bryan Berthou authored
- (draft) Implement errors handler for one dimension integrator ; implemented for DEXP & GK21_ADAPTIVE
-
Bryan Berthou authored
- Correcting wrong include path in DDInitialGenerator.
-
- 18 Mar, 2016 1 commit
-
-
Cédric Mezrag authored
First attempt to build the Structure of Radon Inverse code
-
- 17 Mar, 2016 2 commits
-
-
Bryan Berthou authored
- Propagate change from ElementaryUtils project.
-
Bryan Berthou authored
- Fixed DEXP integrator : missing members in copy constructors.
-
- 16 Mar, 2016 2 commits
-
-
Bryan Berthou authored
from @Luca Colaneri I found an error in Brent.h on line 26 you have two variables with the same name one must change "fpre" into "fcur"
-
Bryan Berthou authored
- Initialize some variables to 0.
-
- 15 Mar, 2016 1 commit
-
-
Nabil Chouika authored
- New MatrixD operations (multiplication, etc). - VectorD to MatrixD conversion. - Tests in MatrixD to avoid index out of bounds. - Corrected NumA_Tests
-
- 11 Mar, 2016 1 commit
-
-
Nabil Chouika authored
- Refactoring of quadratures.
-
- 10 Mar, 2016 1 commit
-
-
Nabil Chouika authored
- Fixed Gauss-Legendre
-
- 09 Mar, 2016 2 commits
-
-
Pawel Sznajder authored
- Initial version
-
Nabil Chouika authored
- Fixed DExp
-
- 08 Mar, 2016 3 commits
-
-
Bryan Berthou authored
- Correct tolerances in GK21_ADAPTIVE.
-
Bryan Berthou authored
- Correct tolerances in DEXP.
-
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
-