| 148 | void update_bd_init(Eigen::VectorXd &bd_init) { this->bd_init = bd_init; } |
| 149 | |
| 150 | void update_coef0_init(T3 coef0) { this->coef0_init = coef0; } |
| 151 | |
| 152 | void update_group_df(int group_df) { this->group_df = group_df; } |
| 153 |
no outgoing calls
no test coverage detected