#include <cmath>#include <cstdint>#include <functional>Go to the source code of this file.
Classes | |
| struct | GlmLink |
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::utils | |
Functions | |
| GlmLink | glm_link_identity () |
| Identity link functions. More... | |
| GlmLink | glm_link_inverse () |
| Inverse link functions. More... | |
| GlmLink | glm_link_log () |
| Log link functions. More... | |
| GlmLink | glm_link_logit () |
| Logit link functions. More... | |
| bool | is_defined (GlmLink const &link) |
| Check whether all necessary values and functors of a GlmLink are set. More... | |