|
@@ -85,8 +85,8 @@ IGL_INLINE void slim_precompute(
|
|
|
const Eigen::MatrixXd& V_init,
|
|
const Eigen::MatrixXd& V_init,
|
|
|
SLIMData& data,
|
|
SLIMData& data,
|
|
|
MappingEnergyType slim_energy,
|
|
MappingEnergyType slim_energy,
|
|
|
- Eigen::VectorXi& b,
|
|
|
|
|
- Eigen::MatrixXd& bc,
|
|
|
|
|
|
|
+ const Eigen::VectorXi& b,
|
|
|
|
|
+ const Eigen::MatrixXd& bc,
|
|
|
double soft_p);
|
|
double soft_p);
|
|
|
|
|
|
|
|
// Run iter_num iterations of SLIM
|
|
// Run iter_num iterations of SLIM
|