R/redl.R

redl <-
function (a, b) 
{
    red = list(full = a, reduc = b)
    class(red) = c("Galois", "reduced")
    red
}

Try the multiplex package in your browser

Any scripts or data that you put into this service are public.

multiplex documentation built on Nov. 16, 2023, 5:08 p.m.