43 const Eigen::MatrixBase<DerivedV> & V,
44 const Eigen::MatrixBase<DerivedEle> & Ele,
45 const Eigen::MatrixBase<Derivedb> & b,
46 const Eigen::MatrixBase<Derivedbc> & bc,
49 Eigen::PlainObjectBase<DerivedW> & W);
bool bbw(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedEle > &Ele, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, igl::BBWData &data, igl::mosek::MosekData &mosek_data, Eigen::PlainObjectBase< DerivedW > &W)
Compute Bounded Biharmonic Weights on a given domain (V,Ele) with a given set of boundary conditions.