

#ifndef MLL_H
#define MLL_H

void cmll(const double *x, const double *y, const int n, const double b0, const double b1, double *rmll);

#endif
