15 static bool findOblique(
int iPoints,
const std::vector<Coordinate>& independent,
const std::vector<Coordinate>& dependent, std::vector<Coefficient>& coef,
bool useCols);
16 static bool findPolynom(
int iTerms,
int iPoints,
const std::vector<Coordinate>& independent,
const std::vector<Coordinate>& dependent, std::vector<Coefficient>& coef);