%wt% {TensorTest2D}R Documentation

Computation of the matrix with rows being the linearized matrix products of transposed X[,,i] and B.

Description

Computation of the matrix with rows being the linearized matrix products of transposed X[,,i] and B.

Usage

X %wt% B

Arguments

X

A numerical 3D array. Each slice is a matrix of row size the same as the row size of B.

B

A numerical matrix.

Value

numerical vector.


[Package TensorTest2D version 1.1.1 Index]