initial commit
commitfd93a9056d5eff6dd41f048e2c7473397da6523d
authorAntonio, Fabio Di Narzo <antonio.fabio@gmail.com>
Sun, 10 Jun 2007 14:48:48 +0000 (10 16:48 +0200)
committerAntonio, Fabio Di Narzo <antonio.fabio@gmail.com>
Sun, 10 Jun 2007 14:48:48 +0000 (10 16:48 +0200)
tree7839fc54d325c232b341c4907b0c2acfcf4d0dfd
initial commit
312 files changed:
RiDMC/DESCRIPTION [new file with mode: 0644]
RiDMC/R/basin.R [new file with mode: 0644]
RiDMC/R/bifurcation.R [new file with mode: 0644]
RiDMC/R/cycles.R [new file with mode: 0644]
RiDMC/R/lexp.R [new file with mode: 0644]
RiDMC/R/model.R [new file with mode: 0644]
RiDMC/R/tools.R [new file with mode: 0644]
RiDMC/R/trajectory.R [new file with mode: 0644]
RiDMC/R/zzz.R [new file with mode: 0644]
RiDMC/configure.ac [new file with mode: 0644]
RiDMC/configure.win [new file with mode: 0644]
RiDMC/inst/ChangeLog [new file with mode: 0644]
RiDMC/inst/models/Economic/bh.lua [new file with mode: 0644]
RiDMC/inst/models/Economic/cournot.lua [new file with mode: 0644]
RiDMC/inst/models/Economic/cournotad.lua [new file with mode: 0644]
RiDMC/inst/models/Economic/diamond.lua [new file with mode: 0644]
RiDMC/inst/models/Economic/olg1.lua [new file with mode: 0644]
RiDMC/inst/models/Economic/olgns.lua [new file with mode: 0644]
RiDMC/inst/models/Economic/ramsey.lua [new file with mode: 0644]
RiDMC/inst/models/Economic/solow.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/con2d.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/cona.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/conb.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/conbif.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/conlocal.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/conlyapa.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/conlyapb.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/conpar.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/disa.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/disbif.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/dispar.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/disparlag.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/flip.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/hopf.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/logistic.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/quasi.lua [new file with mode: 0644]
RiDMC/inst/models/Primer/vanderpol.lua [new file with mode: 0644]
RiDMC/inst/models/cremona.lua [new file with mode: 0644]
RiDMC/inst/models/gingerman.lua [new file with mode: 0644]
RiDMC/inst/models/henon.lua [new file with mode: 0644]
RiDMC/inst/models/ikeda.lua [new file with mode: 0644]
RiDMC/inst/models/logistic.lua [new file with mode: 0644]
RiDMC/inst/models/lorenz.lua [new file with mode: 0644]
RiDMC/inst/models/lv.lua [new file with mode: 0644]
RiDMC/inst/models/msmith.lua [new file with mode: 0644]
RiDMC/inst/models/quasi2.lua [new file with mode: 0644]
RiDMC/inst/models/rossler.lua [new file with mode: 0644]
RiDMC/inst/models/rotor.lua [new file with mode: 0644]
RiDMC/inst/models/silnikov.lua [new file with mode: 0644]
RiDMC/inst/models/sinecircle.lua [new file with mode: 0644]
RiDMC/inst/models/standard.lua [new file with mode: 0644]
RiDMC/inst/models/tent.lua [new file with mode: 0644]
RiDMC/inst/models/tinkerbell.lua [new file with mode: 0644]
RiDMC/man/Basin.Rd [new file with mode: 0644]
RiDMC/man/Bifurcation.Rd [new file with mode: 0644]
RiDMC/man/Model.Rd [new file with mode: 0644]
RiDMC/man/RiDMC-package.Rd [new file with mode: 0644]
RiDMC/man/Trajectory.Rd [new file with mode: 0644]
RiDMC/man/cycles.Rd [new file with mode: 0644]
RiDMC/man/exModelFile.Rd [new file with mode: 0644]
RiDMC/man/internals.Rd [new file with mode: 0644]
RiDMC/man/lexp.Rd [new file with mode: 0644]
RiDMC/src/Makevars.in [new file with mode: 0644]
RiDMC/src/Makevars.win [new file with mode: 0644]
RiDMC/src/basin.c [new file with mode: 0644]
RiDMC/src/cycles.c [new file with mode: 0644]
RiDMC/src/gsl_rng_lualib.c [new file with mode: 0644]
RiDMC/src/idmclib/basin.h [new file with mode: 0644]
RiDMC/src/idmclib/cycles.h [new file with mode: 0644]
RiDMC/src/idmclib/defines.h [new file with mode: 0644]
RiDMC/src/idmclib/gsl_rng_lualib.h [new file with mode: 0644]
RiDMC/src/idmclib/lexp.h [new file with mode: 0644]
RiDMC/src/idmclib/lexp_aux.h [new file with mode: 0644]
RiDMC/src/idmclib/matrices.h [new file with mode: 0644]
RiDMC/src/idmclib/model.h [new file with mode: 0644]
RiDMC/src/idmclib/raster.h [new file with mode: 0644]
RiDMC/src/idmclib/traj.h [new file with mode: 0644]
RiDMC/src/lexp.c [new file with mode: 0644]
RiDMC/src/lexp_aux.c [new file with mode: 0644]
RiDMC/src/matrices.c [new file with mode: 0644]
RiDMC/src/model.c [new file with mode: 0644]
RiDMC/src/r_basin.c [new file with mode: 0644]
RiDMC/src/r_bifurcation.c [new file with mode: 0644]
RiDMC/src/r_cycles.c [new file with mode: 0644]
RiDMC/src/r_lexp.c [new file with mode: 0644]
RiDMC/src/r_model.c [new file with mode: 0644]
RiDMC/src/r_traj.c [new file with mode: 0644]
RiDMC/src/raster.c [new file with mode: 0644]
RiDMC/src/ridmc.c [new file with mode: 0644]
RiDMC/src/ridmc.h [new file with mode: 0644]
RiDMC/src/traj.c [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_blas.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_blas_types.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_char.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_complex_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_complex_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_complex_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_int.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_long.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_short.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_uchar.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_uint.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_ulong.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_block_ushort.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_cblas.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_cdf.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_chebyshev.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_check_range.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_combination.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_complex.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_complex_math.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_const.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_const_cgs.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_const_cgsm.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_const_mks.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_const_mksa.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_const_num.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_deriv.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_dft_complex.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_dft_complex_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_dht.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_diff.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_eigen.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_errno.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_fft.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_fft_complex.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_fft_complex_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_fft_halfcomplex.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_fft_halfcomplex_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_fft_real.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_fft_real_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_fit.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_heapsort.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_histogram.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_histogram2d.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_ieee_utils.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_integration.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_interp.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_linalg.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_machine.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_math.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_char.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_complex_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_complex_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_complex_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_int.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_long.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_short.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_uchar.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_uint.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_ulong.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_matrix_ushort.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_message.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_min.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_mode.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_monte.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_monte_miser.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_monte_plain.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_monte_vegas.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_multifit.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_multifit_nlin.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_multimin.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_multiroots.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_nan.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_ntuple.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_odeiv.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permutation.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_char.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_complex_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_complex_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_complex_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_int.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_long.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_short.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_uchar.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_uint.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_ulong.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_ushort.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_char.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_complex_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_complex_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_complex_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_int.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_long.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_short.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_uchar.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_uint.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_ulong.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_permute_vector_ushort.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_poly.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_pow_int.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_precision.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_qrng.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_randist.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_rng.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_roots.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_airy.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_bessel.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_clausen.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_coulomb.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_coupling.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_dawson.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_debye.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_dilog.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_elementary.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_ellint.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_elljac.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_erf.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_exp.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_expint.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_fermi_dirac.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_gamma.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_gegenbauer.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_hyperg.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_laguerre.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_lambert.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_legendre.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_log.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_pow_int.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_psi.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_result.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_synchrotron.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_transport.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_trig.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sf_zeta.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_siman.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_char.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_int.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_long.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_short.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_uchar.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_uint.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_ulong.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_ushort.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_char.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_int.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_long.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_short.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_uchar.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_uint.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_ulong.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sort_vector_ushort.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_specfunc.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_spline.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_char.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_int.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_long.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_short.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_uchar.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_uint.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_ulong.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_statistics_ushort.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sum.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_sys.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_test.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_types.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_char.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_complex.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_complex_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_complex_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_complex_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_float.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_int.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_long.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_long_double.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_short.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_uchar.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_uint.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_ulong.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_vector_ushort.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_version.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_wavelet.h [new file with mode: 0644]
RiDMC/winbin/include/gsl/gsl_wavelet2d.h [new file with mode: 0644]
RiDMC/winbin/include/lua50/compat-5.1.h [new file with mode: 0644]
RiDMC/winbin/include/lua50/lauxlib.h [new file with mode: 0644]
RiDMC/winbin/include/lua50/lua.h [new file with mode: 0644]
RiDMC/winbin/include/lua50/lualib.h [new file with mode: 0644]
RiDMC/winbin/libgsl.a [new file with mode: 0644]
RiDMC/winbin/libgslcblas.a [new file with mode: 0644]
RiDMC/winbin/liblua50.a [new file with mode: 0644]
RiDMC/winbin/liblualib50.a [new file with mode: 0644]