22 void setup(
const geometry::points3d& points_full,
const Eigen::MatrixXd& lagrange_pt_full);
25 const Eigen::MatrixXd& lagrange_pt_full);
27 void set_solution_to(valuesd& weights_full)
const;
29 void solve(
const valuesd& values_full);
33 const std::vector<index_t> point_idcs_;
34 const std::vector<index_t> grad_point_idcs_;
35 const std::vector<bool> inner_point_;
36 const std::vector<bool> inner_grad_point_;
50 Eigen::LDLT<Eigen::MatrixXd> ldlt_of_qtaq_;