PBR helpers
This page contains the documentation for various helper functions for manipulating PBRs.
This page contains the documentation for the pbr
subpackage, that
contains helper functions for the PBR
class.
- pbr.one(*args, **kwargs)
Overloaded function.
- pbr.one(x: PBR) PBR
Returns the identity PBR with degree
x.degree()
.This member function returns a new
PBR
with degree equal to thePBR.degree
of x, where every value is adjacent to its negative. Equivalently,i
is adjacenti + n
and vice versa for everyi
less than the degreen
.