Arith-methods {hyperdirichlet} | R Documentation |
Methods for Arithmetic functions on hyperdirichlet objects. There are only two operations:
a+b
’
Both these operations result in the normalization constant becoming unknown.
No unary operations are defined.
The package delegates ‘a+b
’ to hd_add()
, which
the user should use if more control is desired.
Robin K. S. Hankin
gd(1:3,1:3) + dirichlet(1:4) dirichlet(1:4) * 10