Return the free matrix that corresponds to the specified lower-bounded matrix with respect to the specified lower bound.
The transform is the reverse of the lb_constrain
transform.
- Template Parameters
-
T | type of matrix |
L | type of lower bound |
- Parameters
-
y | constrained matrix with specified lower bound |
lb | lower bound |
- Returns
- unconstrained matrix with respect to lower bound
- Exceptions
-
std::invalid_argument | if any element of constrained variable is greater than the lower bound. |
Definition at line 57 of file lb_free.hpp.