Connect bbm math functions to the corresponding DrJIT methods. More...
Go to the source code of this file.
Namespaces | |
| namespace | backbone |
| Random number generator; built on top of Drjit. | |
Functions | |
| template<typename T , typename U > | |
| auto | max (T &&t, U &&u) |
| max between two variables | |
| template<typename T , typename U > | |
| auto | min (T &&t, U &&u) |
| min between two variables | |
| template<typename T > | |
| T | erfc (const T &t) |
| erfc | |
| template<typename T > | |
| vec2d< T > | cossin (const T &a) |
| cossin | |
Connect bbm math functions to the corresponding DrJIT methods.
Satisfies: concepts::backbone::has_math_functions