3 lines
115 B
C++
3 lines
115 B
C++
#pragma once
|
|
bool LineFit(const std::vector<float> x, const std::vector<float> y, int size, double &k, double &b);
|