- 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
-
- 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
-