Idris是未来机器学习的一个潜在竞争者# Programming - 葵花宝典
b*t
1 楼
Given two vectors V1 and V2 of doubles. The former represents values along
the x-axis and the later the values of a function f at those points. Write
a function that takes V1 and V2 and const double x as inputs and returns the
interpolated value of f(x).
the x-axis and the later the values of a function f at those points. Write
a function that takes V1 and V2 and const double x as inputs and returns the
interpolated value of f(x).