Loading...
Searching...
No Matches
Namespaces | Functions
math.h File Reference

Connect bbm math functions to the corresponding DrJIT methods. More...

#include <cmath>
#include "drjit/math.h"
#include "util/poly.h"
#include "backbone/vec.h"

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 >
erfc (const T &t)
 erfc
 
template<typename T >
vec2d< T > cossin (const T &a)
 cossin
 

Detailed Description

Connect bbm math functions to the corresponding DrJIT methods.

Satisfies: concepts::backbone::has_math_functions