gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-1-0-2554-ga0996dd
Date: Wed, 26 Oct 2016 15:53:44 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Scientific Library".

The branch, master has been updated
       via  a0996ddbe28e6b24c7fd121bf88ca969c54f9ea2 (commit)
       via  da168b756b112bf4c193eac73e501dae5f88dc32 (commit)
       via  be927d1c70b796e663bddb7a62e6cbf076e43126 (commit)
      from  321e5bfc08486e8cbbd32b880b5f79b7c92aba25 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a0996ddbe28e6b24c7fd121bf88ca969c54f9ea2
Author: Patrick Alken <address@hidden>
Date:   Wed Oct 26 09:52:54 2016 -0600

    more GCV work, examples, docs

commit da168b756b112bf4c193eac73e501dae5f88dc32
Author: Patrick Alken <address@hidden>
Date:   Mon Oct 24 11:14:00 2016 -0600

    initial work on GCV for regularized linear least squares

commit be927d1c70b796e663bddb7a62e6cbf076e43126
Author: Patrick Alken <address@hidden>
Date:   Fri Oct 14 07:36:42 2016 -0600

    update TODO

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                         |    3 +
 doc/Makefile.am                              |    2 +-
 doc/examples/Makefile.am                     |    6 +-
 doc/examples/fitreg.c                        |   81 +-
 doc/examples/fitreg.err                      |   12 +-
 doc/examples/fitreg.txt                      |  403 +++----
 doc/examples/fitreg2.c                       |  142 +++
 doc/examples/fitreg2.err                     |   15 +
 doc/examples/fitreg2.txt                     |  206 ++++
 doc/examples/plot_lcurve.gp                  |   22 -
 doc/examples/plot_reg.gp                     |   35 +
 doc/fitting.texi                             |  184 ++-
 doc/{lcurve.eps => regularized.eps}          | 1635 ++++++++++++++++++--------
 doc/{sparse_poisson.eps => regularized2.eps} | 1611 +++++++++++++++++--------
 multifit/Makefile.am                         |    4 +-
 multifit/gcv.c                               |  389 ++++++
 multifit/gsl_multifit.h                      |   39 +
 multifit/test_shaw.c                         |  163 ++-
 multifit/work.c                              |   11 +
 multifit_nlinear/TODO                        |    2 +-
 multilarge/Makefile.am                       |    2 +-
 multilarge_nlinear/fdf.c                     |    4 +-
 scripts/test_examples.sh                     |    1 +
 23 files changed, 3719 insertions(+), 1253 deletions(-)
 create mode 100644 doc/examples/fitreg2.c
 create mode 100644 doc/examples/fitreg2.err
 create mode 100644 doc/examples/fitreg2.txt
 delete mode 100755 doc/examples/plot_lcurve.gp
 create mode 100755 doc/examples/plot_reg.gp
 rename doc/{lcurve.eps => regularized.eps} (53%)
 copy doc/{sparse_poisson.eps => regularized2.eps} (54%)
 create mode 100644 multifit/gcv.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]