4#include <isce3/core/forward.h>
6#include <unordered_map>
9namespace isce3 {
namespace focus {
43template<
typename KernelType>
45getPresumWeights(
const KernelType& acorr,
46 const Eigen::Ref<const Eigen::VectorXd>& xin,
double xout,
50template<
typename KernelType>
52getPresumWeights(
const KernelType& acorr,
53 const std::vector<double>& xin,
double xout,
63Eigen::MatrixXd fillWeights(
64 const Eigen::Ref<
const Eigen::Array<long, Eigen::Dynamic, 1>>& ids,
65 const std::unordered_map<
long,
const Eigen::Ref<const Eigen::VectorXd>>&
base interpolator is an abstract base class
Definition BinarySearchFunc.cpp:5