![]() |
Prev | Next |
vec = mixed_object.fix_constraint(fixed_vec)
cppad_mixed
base class.
virtual CppAD::vector<a1_double> fix_constraint(
const CppAD::vector<a1_double>& fixed_vec
)
const CppAD::vector<a1_double>& fixed_vec
It contains a value for the
fixed effects
vector.
CppAD::vector<a1_double> vec
It is the value of the
constraint function
@(@
c( \theta)
@)@
fix_constraint
returns an empty vector;
i.e.,
vec.size() == 0
.
In the case where there are no constraints of this form.