#include "LPC_AutoCorrelation.hxx"
#include "Processing.hxx"
#include "InPort.hxx"
#include "OutPort.hxx"
#include "ProcessingConfig.hxx"
#include "LPModel.hxx"
#include "Spectrum.hxx"
#include "Array.hxx"
#include "Audio.hxx"
#include "Assert.hxx"
#include "CLAM_Math.hxx"
#include "ProcessingFactory.hxx"
#include "SpecTypeFlags.hxx"
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
namespace | CLAM::Hidden |
Functions | |
static CLAM::TData | CLAM::dot_product (const CLAM::TData *in1, const CLAM::TData *in2, const CLAM::TData *endIn) |
in1 and in2 must be pointers to vectors of same lenght |