Define complex as an alias to drjit::Complex. Also define a custom toString method to mimic the native version's complex output. More...
#include "drjit/complex.h"Go to the source code of this file.
Namespaces | |
| namespace | backbone |
| Random number generator; built on top of Drjit. | |
Typedefs | |
| template<typename T > | |
| using | complex = drjit::Complex< T > |
| Alias drjit::Complex. | |
Functions | |
| template<typename T , typename U > | |
| auto | atan2 (drjit::Complex< T > a, drjit::Complex< U > b)=delete |
| delete atan2 to avoid static_error | |
Define complex as an alias to drjit::Complex. Also define a custom toString method to mimic the native version's complex output.