annotate README.txt @ 427:905e45637745
Add the CLAPACK and CBLAS/F2C-BLAS files we use
| author |
Chris Cannam <c.cannam@qmul.ac.uk> |
| date |
Fri, 30 Sep 2016 15:51:22 +0100 |
| parents |
51bf24c0a57b |
| children |
|
| rev |
line source |
|
c@309
|
1
|
|
c@309
|
2 QM-DSP library
|
|
c@309
|
3 ==============
|
|
c@309
|
4
|
|
c@309
|
5 This is a C++ library of functions for DSP and Music Informatics
|
|
c@309
|
6 purposes developed at Queen Mary, University of London.
|
|
c@309
|
7 It is used by the QM Vamp Plugins (q.v.) amongst other things.
|
|
c@309
|
8
|
|
c@422
|
9 This project:
|
|
c@422
|
10
|
|
c@422
|
11 https://code.soundsoftware.ac.uk/projects/qm-dsp
|
|
c@422
|
12
|
|
c@408
|
13 This code is Copyright (c) 2006-2015 Queen Mary, University of London,
|
|
c@309
|
14 with the following exceptions:
|
|
c@309
|
15
|
|
c@408
|
16 ext/kissfft -- Copyright (c) 2003-2010 Mark Borgerding
|
|
c@408
|
17
|
|
c@309
|
18 maths/pca.c -- Fionn Murtagh, from StatLib; with permission
|
|
c@309
|
19
|
|
c@309
|
20 maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for
|
|
c@309
|
21 Delphi in the the JEDI Math Library, under the Mozilla Public License
|
|
c@309
|
22
|
|
c@313
|
23 thread/BlockAllocator.h -- derived from FSB Allocator by Juha Nieminen,
|
|
c@313
|
24 under BSD-style license
|
|
c@313
|
25
|
|
c@309
|
26 See individual files for further authorship details.
|
|
c@309
|
27
|
|
c@309
|
28
|
|
c@309
|
29 License
|
|
c@309
|
30 =======
|
|
c@309
|
31
|
|
c@311
|
32 This program is free software; you can redistribute it and/or
|
|
c@311
|
33 modify it under the terms of the GNU General Public License as
|
|
c@311
|
34 published by the Free Software Foundation; either version 2 of the
|
|
c@311
|
35 License, or (at your option) any later version. See the file
|
|
c@311
|
36 COPYING included with this distribution for more information.
|
|
c@309
|
37
|
|
c@311
|
38
|