tests/t.r

suppressMessages(library(craze))

x = matrix(as.double(1:30), 10)
x_fml = fmlmat(x)

test = as.matrix(t(x_fml))
truth = t(x)
stopifnot(all.equal(test, truth))
fml-fam/craze documentation built on June 6, 2020, 2:05 p.m.