annotate fft/native/bqvec/README.txt @ 40:223f770b5341 kissfft-double tip

Try a double-precision kissfft
author Chris Cannam
date Wed, 07 Sep 2016 10:40:32 +0100
parents cf59817a5983
children
rev   line source
Chris@29 1
Chris@29 2 bqvec
Chris@29 3 =====
Chris@29 4
Chris@29 5 A small library for efficient vector arithmetic and allocation in C++
Chris@29 6 using raw C pointer arrays.
Chris@29 7
Chris@29 8 C++ standard required: C++98 (does not use C++11)
Chris@29 9
Chris@29 10 Copyright 2007-2015 Particular Programs Ltd.
Chris@29 11
Chris@29 12 This code originated as part of the Rubber Band Library written by the
Chris@29 13 same authors (see https://bitbucket.org/breakfastquay/rubberband/).
Chris@29 14 It has been pulled out into a separate library and relicensed under a
Chris@29 15 more permissive licence: a BSD/MIT-style licence, as opposed to the
Chris@29 16 GPL used for Rubber Band. See the file COPYING for details.
Chris@29 17