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: Brian Gough
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-1-14-11-gb6b67ad
Date: Wed, 07 Apr 2010 21:39:33 +0000

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  b6b67adb2f516e32c604ccb3fcb8c93d0a4869d6 (commit)
       via  c85876c5919ed995cd7c3772f1f59f6608068fd3 (commit)
       via  3a2ded2260f88cb30010fc6f5011d76060b7df89 (commit)
       via  0fadf088a14144af8a4476264dfa616b4e4ee3f2 (commit)
      from  65da71e34b6b09c75c533a845f6059a75be2632a (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 b6b67adb2f516e32c604ccb3fcb8c93d0a4869d6
Author: Brian Gough <address@hidden>
Date:   Wed Apr 7 22:30:56 2010 +0100

    improve behavior of multimin when trial point does not move (within machine 
precision)

commit c85876c5919ed995cd7c3772f1f59f6608068fd3
Author: Brian Gough <address@hidden>
Date:   Wed Apr 7 14:41:13 2010 +0100

    added documentation for vector/matrix equality functions

commit 3a2ded2260f88cb30010fc6f5011d76060b7df89
Author: Brian Gough <address@hidden>
Date:   Wed Apr 7 14:30:21 2010 +0100

    added function gsl_matrix_equal

commit 0fadf088a14144af8a4476264dfa616b4e4ee3f2
Author: Brian Gough <address@hidden>
Date:   Wed Apr 7 14:25:01 2010 +0100

    added function gsl_vector_equal

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

Summary of changes:
 NEWS                                    |    8 +
 doc/multimin.texi                       |    9 +-
 doc/vectors.texi                        |   12 +
 matrix/ChangeLog                        |    5 +
 matrix/gsl_matrix_char.h                |    2 +
 matrix/gsl_matrix_complex_double.h      |    2 +
 matrix/gsl_matrix_complex_float.h       |    2 +
 matrix/gsl_matrix_complex_long_double.h |    2 +
 matrix/gsl_matrix_double.h              |    2 +
 matrix/gsl_matrix_float.h               |    2 +
 matrix/gsl_matrix_int.h                 |    2 +
 matrix/gsl_matrix_long.h                |    2 +
 matrix/gsl_matrix_long_double.h         |    2 +
 matrix/gsl_matrix_short.h               |    2 +
 matrix/gsl_matrix_uchar.h               |    2 +
 matrix/gsl_matrix_uint.h                |    2 +
 matrix/gsl_matrix_ulong.h               |    2 +
 matrix/gsl_matrix_ushort.h              |    2 +
 matrix/prop_source.c                    |   36 ++++
 matrix/test.c                           |  148 ++++++++------
 matrix/test_complex_source.c            |   35 ++--
 matrix/test_source.c                    |  345 ++++++++++++++++---------------
 multimin/ChangeLog                      |   14 ++
 multimin/directional_minimize.c         |   12 +
 multimin/steepest_descent.c             |    5 +
 multimin/test.c                         |   11 +-
 multimin/test_funcs.c                   |   60 ++++++
 multimin/test_funcs.h                   |    9 +
 vector/ChangeLog                        |    5 +
 vector/gsl_vector_char.h                |    3 +
 vector/gsl_vector_complex_double.h      |    3 +
 vector/gsl_vector_complex_float.h       |    3 +
 vector/gsl_vector_complex_long_double.h |    3 +
 vector/gsl_vector_double.h              |    3 +
 vector/gsl_vector_float.h               |    3 +
 vector/gsl_vector_int.h                 |    3 +
 vector/gsl_vector_long.h                |    3 +
 vector/gsl_vector_long_double.h         |    3 +
 vector/gsl_vector_short.h               |    3 +
 vector/gsl_vector_uchar.h               |    3 +
 vector/gsl_vector_uint.h                |    3 +
 vector/gsl_vector_ulong.h               |    3 +
 vector/gsl_vector_ushort.h              |    3 +
 vector/oper_source.c                    |    1 +
 vector/prop_source.c                    |   35 +++-
 vector/test_complex_source.c            |   13 +-
 vector/test_source.c                    |   13 +-
 47 files changed, 596 insertions(+), 250 deletions(-)


hooks/post-receive
-- 
GNU Scientific Library




reply via email to

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