R/mModeTJADEMatrix.R

Defines functions mModeTJADEMatrix

mModeTJADEMatrix <-
function(x, m, i, j){
  xm <- mFlatten(x, m)
  matCov <- matrixCovariance(xm, 1)
  mJADEMatrix(xm, i, j, matCov)
}

Try the tensorBSS package in your browser

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

tensorBSS documentation built on Sept. 12, 2024, 5:07 p.m.