1#ifndef _BBM_DRJIT_COMPLEX_H_
2#define _BBM_DRJIT_COMPLEX_H_
4#include "drjit/complex.h"
31 template<
typename T,
typename U>
auto atan2(drjit::Complex<T> a, drjit::Complex<U> b) =
delete;
Random number generator; built on top of Drjit.
Definition: backbone.h:53
auto atan2(drjit::Complex< T > a, drjit::Complex< U > b)=delete
delete atan2 to avoid static_error
Complex numbers.
Definition: complex.h:22