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-2057-g50cc8a6
Date: Tue, 04 Feb 2014 19:13:10 +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  50cc8a6b05cdf439d143fb8240665862bb861a71 (commit)
       via  f626f9c3f4d1328adbd9c5fd8e756bdb064b4db7 (commit)
       via  8d26e6982a1fac6bb30a52ba5567171683c19f1c (commit)
       via  693681af81862ae7756e8ed5bc136dd9aa5bafda (commit)
       via  fbb5add1010fe3a2af85c18193793686158b1e70 (commit)
       via  6daf9b56d78e1f9b5ff8f1f594cdcfa10028404b (commit)
       via  19dd2c3ef6aa8c6c70bb510a1e202f8b7a2753bb (commit)
       via  3ac76e56937e8d5f8d9be8d75cb2cc2451c4a1ab (commit)
       via  95bf6978e736fde38142dc739488ba5381d46609 (commit)
       via  2f398a44677e3821a2fddc3562d7eb3f54938dd7 (commit)
       via  03a66f3a00113006dcc8e8e6736a81441b31378e (commit)
       via  1b62338fe67eb8fd24a83f99c4ca2339bc7efc60 (commit)
       via  41f500bc78f4b7e0d9250bb1cd83e2e06197e65c (commit)
       via  d2740c409b1f690a686cd360cae050a4f04adcff (commit)
       via  ad7e9a9bd592be5f47f90b43cef2f3df657a8b7b (commit)
       via  5eac22988ea1d2abd60b36fc27b171348cd5c801 (commit)
       via  5d5a779b5f0f962c3e21d38474d671e1e8d96f93 (commit)
       via  cadef6718be3447e432cd0dd9c25e4614c70e208 (commit)
       via  28efb074a8d3089e762153b82fbc1e207f449ce2 (commit)
       via  04efc90cc3c089f22ababd206737114794359b71 (commit)
       via  a41dddbcd02eb384d4ace37ebf9707ffd57b7d5b (commit)
       via  9df4d646dffcbda5667b681d98cadbd1d70772e8 (commit)
       via  8c90f66af8667864e85c60832c3319bc47ee740b (commit)
       via  026b357d14ab48d62aada3310620ef2fb99d228a (commit)
       via  54e07a3696351f218e57c27c34d5d077b1be3c48 (commit)
       via  030ab04a3f76ced69abcc9194d3768c15bd14925 (commit)
       via  b1cdf15866158dfb137967923ae051e88b47a478 (commit)
       via  6e3a8a196ca05a7c8d925db4b80a73848962a7bb (commit)
       via  92c78b68dc42dbec89d0a13eca34f04ac7b29d2a (commit)
       via  7a6dea0168462007ddfc6b06287a4b540b2f92e7 (commit)
       via  918b046824b3eb098c8b638776e4b971652df737 (commit)
       via  848f46551128635551ec8e79d84296f059fd4347 (commit)
       via  b8f57b782a041d639a5d71f423495e5920b16a5d (commit)
       via  35ef4c00df064e0f45ad20af9ae760afb2c903ba (commit)
       via  817699d3130db5b4f1a6cac05913dd4e74cd7264 (commit)
       via  ea19f0295a966643f6699686d81784a585565a1b (commit)
       via  a6be7bc38fb4e7041ad47a2c003b78420a5d9e1e (commit)
       via  6ad0f1109876dcce6f6400a294e76fc6ac34a562 (commit)
       via  7c006b0dd05e0cf89d4fb4d7b8fa813ff28b38f4 (commit)
       via  a9757b0ad97d9cdb00841f742ba5729190120fbf (commit)
       via  2390c6e43a1b1a49d89c9b247c3a3c3ef4f8f15f (commit)
       via  9b7fd00e2362339cb757bdb868306006589c937d (commit)
       via  04de24a34adacf8533fdd5bd260f5e4be6b69192 (commit)
       via  a14b4348000331c7e182b6495a64ebe20f4cd50a (commit)
       via  cc66d72507f6dc4136b5459679836effeeb60c28 (commit)
       via  decb6a3a7391ade6807ce100837237dc85f31a1f (commit)
       via  503b41d64e34e1b2818379abd7be74dc84ec0e97 (commit)
      from  f1af1b23ceadfa94920db56cf5d4e485679972e6 (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 50cc8a6b05cdf439d143fb8240665862bb861a71
Merge: f1af1b2 f626f9c
Author: Patrick Alken <address@hidden>
Date:   Tue Feb 4 12:11:46 2014 -0700

    Merge branch 'sparse'

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

Summary of changes:
 Makefile.am             |    4 +-
 configure.ac            |   59 +++-
 doc/Makefile.am         |    6 +-
 doc/bspline.texi        |    6 +-
 doc/examples/poisson.c  |  101 +++++
 doc/examples/spmatrix.c |   57 +++
 doc/gsl-ref.texi        |   21 +-
 doc/sparse_poisson.eps  | 1003 +++++++++++++++++++++++++++++++++++++++++++++++
 doc/spblas.texi         |   48 +++
 doc/splinalg.texi       |  296 ++++++++++++++
 doc/spmatrix.texi       |  338 ++++++++++++++++
 linalg/householder.c    |    5 +-
 spblas/Makefile.am      |   15 +
 spblas/gsl_spblas.h     |   57 +++
 spblas/spdgemm.c        |  182 +++++++++
 spblas/spdgemv.c        |  165 ++++++++
 spblas/test.c           |  259 ++++++++++++
 splinalg/Makefile.am    |   15 +
 splinalg/gmres.c        |  435 ++++++++++++++++++++
 splinalg/gsl_splinalg.h |   78 ++++
 splinalg/itersolve.c    |   90 +++++
 splinalg/test.c         |  378 ++++++++++++++++++
 spmatrix/Makefile.am    |   15 +
 spmatrix/TODO           |    1 +
 spmatrix/gsl_spmatrix.h |  134 +++++++
 spmatrix/spcompress.c   |  120 ++++++
 spmatrix/spcopy.c       |   85 ++++
 spmatrix/spgetset.c     |  118 ++++++
 spmatrix/spmatrix.c     |  229 +++++++++++
 spmatrix/spoper.c       |  218 ++++++++++
 spmatrix/spprop.c       |   95 +++++
 spmatrix/spswap.c       |  113 ++++++
 spmatrix/test.c         |  263 +++++++++++++
 33 files changed, 4996 insertions(+), 13 deletions(-)
 create mode 100644 doc/examples/poisson.c
 create mode 100644 doc/examples/spmatrix.c
 create mode 100644 doc/sparse_poisson.eps
 create mode 100644 doc/spblas.texi
 create mode 100644 doc/splinalg.texi
 create mode 100644 doc/spmatrix.texi
 create mode 100644 spblas/Makefile.am
 create mode 100644 spblas/gsl_spblas.h
 create mode 100644 spblas/spdgemm.c
 create mode 100644 spblas/spdgemv.c
 create mode 100644 spblas/test.c
 create mode 100644 splinalg/Makefile.am
 create mode 100644 splinalg/gmres.c
 create mode 100644 splinalg/gsl_splinalg.h
 create mode 100644 splinalg/itersolve.c
 create mode 100644 splinalg/test.c
 create mode 100644 spmatrix/Makefile.am
 create mode 100644 spmatrix/TODO
 create mode 100644 spmatrix/gsl_spmatrix.h
 create mode 100644 spmatrix/spcompress.c
 create mode 100644 spmatrix/spcopy.c
 create mode 100644 spmatrix/spgetset.c
 create mode 100644 spmatrix/spmatrix.c
 create mode 100644 spmatrix/spoper.c
 create mode 100644 spmatrix/spprop.c
 create mode 100644 spmatrix/spswap.c
 create mode 100644 spmatrix/test.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

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