Raw File
colQn = function (Z)
{
    return(apply(Z, 2, Qn))
}
back to top