OrthPol.h 148 B

123456
  1. #pragma once
  2. #include <iostream>
  3. #include <string>
  4. #include <vector>
  5. std::vector<double> OrthPol(const int& KF, const int& n, const double& x);