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, multinlin, updated. relea


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, multinlin, updated. release-1-0-2453-g7a64849
Date: Fri, 24 Jun 2016 21:20:21 +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, multinlin has been updated
       via  7a64849904b0df69e695e85b8443edd8774ba215 (commit)
      from  43b11037bff035eed5dadaa108b6b9b14dc8b271 (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 7a64849904b0df69e695e85b8443edd8774ba215
Author: Patrick Alken <address@hidden>
Date:   Fri Jun 24 15:19:47 2016 -0600

    added gsl_linalg_QRPT_lssolve and use this in multifit/qr

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

Summary of changes:
 NEWS                                               |    3 +
 doc/linalg.texi                                    |  128 ++++++-
 linalg/Makefile.am                                 |    2 +-
 linalg/cod.c                                       |  177 +++++-----
 linalg/gsl_linalg.h                                |   24 +-
 linalg/qrpt.c                                      |  128 +++++++
 linalg/test.c                                      |  358 +++++++++++++++++++-
 multifit_nlinear/common.c                          |   23 --
 multifit_nlinear/qr.c                              |  134 ++------
 multifit_nlinear/subspace2D.c                      |    6 +-
 multifit_nlinear/test.c                            |    6 +-
 multifit_nlinear/test_fdf.c                        |    6 +-
 multifit_nlinear/trust.c                           |    2 +-
 multilarge_nlinear/Makefile.am                     |    2 +
 permutation/Makefile.am                            |    2 +-
 permutation/gsl_permute_matrix.h                   |   24 ++
 ...gsl_permute_int.h => gsl_permute_matrix_char.h} |   14 +-
 ...e_int.h => gsl_permute_matrix_complex_double.h} |   14 +-
 ...te_int.h => gsl_permute_matrix_complex_float.h} |   14 +-
 ....h => gsl_permute_matrix_complex_long_double.h} |   14 +-
 ...l_permute_int.h => gsl_permute_matrix_double.h} |   14 +-
 ...sl_permute_int.h => gsl_permute_matrix_float.h} |   14 +-
 ...{gsl_permute_int.h => gsl_permute_matrix_int.h} |   14 +-
 ...gsl_permute_int.h => gsl_permute_matrix_long.h} |   14 +-
 ...mute_int.h => gsl_permute_matrix_long_double.h} |   14 +-
 ...sl_permute_int.h => gsl_permute_matrix_short.h} |   14 +-
 ...sl_permute_int.h => gsl_permute_matrix_uchar.h} |   14 +-
 ...gsl_permute_int.h => gsl_permute_matrix_uint.h} |   14 +-
 ...sl_permute_int.h => gsl_permute_matrix_ulong.h} |   14 +-
 ...l_permute_int.h => gsl_permute_matrix_ushort.h} |   14 +-
 30 files changed, 877 insertions(+), 344 deletions(-)
 create mode 100644 permutation/gsl_permute_matrix.h
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_char.h} (73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_complex_double.h} 
(73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_complex_float.h} 
(73%)
 copy permutation/{gsl_permute_double.h => 
gsl_permute_matrix_complex_long_double.h} (71%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_double.h} (73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_float.h} (73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_int.h} (73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_long.h} (73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_long_double.h} (73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_short.h} (73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_uchar.h} (73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_uint.h} (73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_ulong.h} (73%)
 copy permutation/{gsl_permute_int.h => gsl_permute_matrix_ushort.h} (73%)


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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