Arith-methods {hyperdirichlet}R Documentation

Arith methods for hyperdirichlet objects

Description

Methods for Arithmetic functions on hyperdirichlet objects. There are only two operations:

Both these operations result in the normalization constant becoming unknown.

No unary operations are defined.

Note

The package delegates ‘a+b’ to hd_add(), which the user should use if more control is desired.

Author(s)

Robin K. S. Hankin

See Also

hd_add

Examples

gd(1:3,1:3) + dirichlet(1:4)

dirichlet(1:4) * 10


[Package hyperdirichlet version 1.1-7 Index]