Loading...
Searching...
No Matches
Namespaces
horizontal.h File Reference

Map bbm horizontal methods to 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 >
auto dot (const T &a, const T &b)
 
template<typename T >
auto norm (const T &a)
 
template<typename T >
auto squared_norm (const T &a)
 
template<typename T >
auto normalize (const T &a)
 
Passthough to DrJIT (name change)
template<typename T >
auto hsum (const T &t)
 
template<typename T >
auto hprod (const T &t)
 
template<typename T >
auto hmax (const T &t)
 
template<typename T >
auto hmin (const T &t)
 

Detailed Description

Map bbm horizontal methods to corresponding DrJIT methods.