PolyFEM
|
This is the complete list of members for polyfem::utils::RBFInterpolation, including all inherited members.
centers_ | polyfem::utils::RBFInterpolation | private |
init(const Eigen::MatrixXd &fun, const Eigen::MatrixXd &pts, const std::function< double(double)> &rbf) | polyfem::utils::RBFInterpolation | |
init(const Eigen::MatrixXd &fun, const Eigen::MatrixXd &pts, const std::string &rbf, const double eps) | polyfem::utils::RBFInterpolation | |
interpolate(const Eigen::MatrixXd &pts) const | polyfem::utils::RBFInterpolation | |
rbf_ | polyfem::utils::RBFInterpolation | private |
RBFInterpolation() | polyfem::utils::RBFInterpolation | inline |
RBFInterpolation(const Eigen::MatrixXd &fun, const Eigen::MatrixXd &pts, const std::function< double(double)> &rbf) | polyfem::utils::RBFInterpolation | |
RBFInterpolation(const Eigen::MatrixXd &fun, const Eigen::MatrixXd &pts, const std::string &rbf, const double eps) | polyfem::utils::RBFInterpolation | |
weights_ | polyfem::utils::RBFInterpolation | private |