Chris@29: Chris@29: bqvec Chris@29: ===== Chris@29: Chris@29: A small library for efficient vector arithmetic and allocation in C++ Chris@29: using raw C pointer arrays. Chris@29: Chris@29: C++ standard required: C++98 (does not use C++11) Chris@29: Chris@29: Copyright 2007-2015 Particular Programs Ltd. Chris@29: Chris@29: This code originated as part of the Rubber Band Library written by the Chris@29: same authors (see https://bitbucket.org/breakfastquay/rubberband/). Chris@29: It has been pulled out into a separate library and relicensed under a Chris@29: more permissive licence: a BSD/MIT-style licence, as opposed to the Chris@29: GPL used for Rubber Band. See the file COPYING for details. Chris@29: