Loading...
Searching...
No Matches
Go to the source code of this file.
|
subroutine | ramp_mapping::ramp_mapping_init_from_json (this, json, coef) |
| Constructor from json.
|
|
subroutine | ramp_mapping::ramp_mapping_init_from_attributes (this, coef) |
| Actual constructor.
|
|
subroutine | ramp_mapping::ramp_mapping_free (this) |
| Destructor.
|
|
subroutine | ramp_mapping::ramp_mapping_apply (this, x_out, x_in) |
| Apply the mapping.
|
|
subroutine | ramp_mapping::ramp_mapping_apply_backward (this, df_dx_in, df_dx_out, x_in) |
| Apply the chain rule.
|
|
subroutine | ramp_mapping::convex_down_ramp_mapping_apply (f_min, f_max, q, x_out, x_in) |
| Apply the mapping.
|
|
subroutine | ramp_mapping::convex_down_ramp_mapping_apply_backward (f_min, f_max, q, df_dx_in, df_dx_out, x_in) |
| Apply the chain rule.
|
|
subroutine | ramp_mapping::convex_up_ramp_mapping_apply (f_min, f_max, q, x_out, x_in) |
| Apply the mapping.
|
|
subroutine | ramp_mapping::convex_up_ramp_mapping_apply_backward (f_min, f_max, q, df_dx_in, df_dx_out, x_in) |
| Apply the chain rule.
|
|