15 std::vector<float> coeffs_;
17 std::vector<std::vector<float>> invert_matrix(std::vector<std::vector<float>> A);
18 void compute_coefficients();
22 std::vector<Point> filter(
const std::vector<Point> &data);
23 std::vector<Point> filter_wrap(
const std::vector<Point> &data);
24 std::vector<float> get_coeffs()
const {