view fft/native/bqvec/README.txt @ 32:ebc87a62321d

Add Nayuki fft.c compiled to JS
author Chris Cannam
date Mon, 09 Nov 2015 11:46:47 +0000
parents cf59817a5983
children
line wrap: on
line source

bqvec
=====

A small library for efficient vector arithmetic and allocation in C++
using raw C pointer arrays.

C++ standard required: C++98 (does not use C++11)

Copyright 2007-2015 Particular Programs Ltd.

This code originated as part of the Rubber Band Library written by the
same authors (see https://bitbucket.org/breakfastquay/rubberband/).
It has been pulled out into a separate library and relicensed under a
more permissive licence: a BSD/MIT-style licence, as opposed to the
GPL used for Rubber Band.  See the file COPYING for details.