R/multtensor.R

Defines functions multtensor

multtensor <- function(A, B){ # Cikl = Aij * Bjkl
  tensor::tensor(A,B,2,1)
}

Try the bmotif package in your browser

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

bmotif documentation built on Sept. 13, 2020, 5:10 p.m.