Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011年02月28日 | Changed the object metatable to use a different table for methods | francesco-ST | 1 | -7/+7 | |
Removed the usage of the "__superindex" metamethods. Changed the 'iter' method of ODE to be used as a function instead of a method. | |||||
2011年02月27日 | Numeric algorithms files rationalisation and copyright messages added | francesco | 3 | -31/+142 | |
Added also a benchmark folder and more appropriate examples. | |||||
2011年02月24日 | Implemented adaptive integration method QAG based on GSL C implementation | francesco-ST | 1 | -0/+27 | |
2011年02月21日 | Implementation on Gauss-Kronrod numeric integration algorithm in Lua. | francesco-ST | 1 | -0/+27 | |
Code adapted from GSL implementation of Brian Gough. | |||||
2011年02月20日 | Moved complex number functions in a separate 'complex' module. | francesco | 5 | -6/+11 | |
Updated also examples accordingly. | |||||
2011年02月09日 | Examples update to conform to new semantic of multiplication operator. | francesco-ST | 4 | -13/+15 | |
2011年02月01日 | Replaced standard math functions with complex equivalent. | francesco-ST | 3 | -11/+11 | |
Minor modification in igsl initialization file and examples to reflect new complex number syntax. | |||||
2011年01月28日 | Fixed error in FFT routine to handle correctly non-contiguous data. | francesco-ST | 1 | -2/+2 | |
Added also a specific test 'fft-stride.lua' in 'tests' directory. | |||||
2011年01月14日 | Added echo function to print string without quoting escaping. Updated the | francesco-ST | 13 | -31/+30 | |
examples to use echo instead of print. | |||||
2010年12月28日 | added "scale" affine transformation for graphics pipeline | francesco-ST | 1 | -34/+11 | |
Added a specific error code. Documentation and fractal example updated. | |||||
2010年12月25日 | doc and examples updates to take into account the new matrix syntax | francesco | 3 | -33/+16 | |
Added a section that explain how to access and set matrix elements and also the new # operator to obtain the number of rows. | |||||
2010年12月05日 | removing old not interesting examples | francesco | 2 | -155/+0 | |
2010年11月25日 | improved minimize example | francesco-ST | 1 | -62/+27 | |
2010年11月10日 | fixed error in minimize example | francesco | 1 | -1/+1 | |
2010年11月05日 | doc correction for f/fdf multimin module and examples fix | francesco-ST | 2 | -3/+3 | |
2010年11月04日 | doc writing / examples polishing for 1.0 release | francesco-ST | 11 | -101/+310 | |
2010年11月02日 | added interpolation methods for integrals and derivatives | francesco-ST | 1 | -7/+23 | |
2010年11月02日 | rename zernike file because of a type | francesco-ST | 1 | -0/+0 | |
2010年11月01日 | zernike polynomial example improvement | francesco | 1 | -7/+23 | |
2010年10月29日 | zernicke poly example change / radius cut and hue function used | francesco-ST | 1 | -5/+6 | |
2010年10月28日 | added Zernicke polynomials featured example | francesco-ST | 1 | -0/+26 | |
2010年10月28日 | added support for contour plot on circular domains | francesco-ST | 2 | -11/+10 | |
2010年10月28日 | added 3d box normalisation in function ShapeUtils.makeXYFunction | francesco-ST | 1 | -2/+7 | |
2010年10月28日 | plot3d code and examples improvement | francesco-ST | 1 | -0/+19 | |
2010年10月25日 | bug fix in "prod" implementation | francesco | 3 | -3/+3 | |
2010年10月25日 | added covariant "prod" function / changed "dims" and "copy" to function | francesco-ST | 3 | -14/+6 | |
2010年10月24日 | smal animation example modification | francesco | 1 | -3/+2 | |
2010年09月29日 | slight change in ODE interface: the initial step size is now required | francesco-ST | 1 | -19/+20 | |
Changed the examples accordingly. Added also a different error control method for 'bsimp' to take into account the possible error on derivatives. | |||||
2010年09月27日 | code rationalization for interpolation routine / example update | francesco-ST | 1 | -6/+7 | |
2010年09月27日 | Updated interpolation example | francesco-ST | 1 | -1/+22 | |
2010年09月27日 | revision of minimization function modules | francesco-ST | 1 | -7/+9 | |
Eliminated the high-level function "minimizer", now fdfmultimin and fmultimin are visible to the user. Added the option to choose among the available algorithms with derivatives. Improved the control to terminate the search. | |||||
2010年09月23日 | GSL Interpolation functions implemented | francesco-ST | 1 | -0/+14 | |
2010年09月22日 | minor fixes/improvements related to the plot windows | francesco-ST | 1 | -3/+6 | |
Added a flag on window to unlock only when the plot window has been actually repainted. | |||||
2010年09月22日 | fixed problems related to plot updates with window resizing | francesco-ST | 1 | -3/+29 | |
2010年09月20日 | Non-linear fit example update | Francesco Abbate | 1 | -2/+4 | |
2010年09月19日 | fractals/animations examples updates | Francesco Abbate | 2 | -61/+93 | |
2010年09月18日 | Merge branch 'layout-manager' | Francesco Abbate | 17 | -384/+1149 | |
The new graphics engine implemented in the layout-manager is finally merged in the master branch. The new graphical systems seems to be mature enough and not less reliable than the old one. Minor conflicts due to small fixes made in some core files and not integrated in the master branch. Conflicts: agg-plot/lua-plot.h lua-utils.c lua-utils.h make-packages scripts/project-dir-compare.py sf_gener.c | |||||
2010年09月18日 | fractals/animations examples update | Francesco Abbate | 1 | -1/+34 | |
2010年09月18日 | examples update | Francesco Abbate | 2 | -28/+47 | |
2010年09月16日 | update of graphics examples | francesco-ST | 1 | -4/+5 | |
2010年09月06日 | added non-symmetric pythagorean tree fractals | Francesco Abbate | 1 | -2/+60 | |
2010年09月01日 | added initial code to manage memory allocation error | francesco-ST | 1 | -3/+1 | |
The code should be tested and improved, this is a first implementation. | |||||
2010年08月27日 | fractals examples improved | francesco-ST | 1 | -15/+76 | |
2010年08月25日 | added Pythagorean tree fractal | Francesco Abbate | 1 | -0/+27 | |
2010年08月25日 | fix in minimize examples | francesco-ST | 1 | -15/+24 | |
2010年08月24日 | added SiGe SIMS data examples | francesco-ST | 2 | -0/+427 | |
2010年08月08日 | randist example plot added | Francesco Abbate | 1 | -7/+12 | |
2010年08月07日 | minor changes in contour drawing | Francesco Abbate | 1 | -1/+5 | |
2010年08月06日 | added animation example | francesco-ST | 1 | -0/+17 | |
2010年08月06日 | completed text properties implementation | francesco-ST | 4 | -16/+22 | |