outerprod: Calculate the outer product of a pair of tensors

Description Usage Arguments

Description

Calculate the outer product of a pair of tensors

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
outerprod(x, y)

ttt(x, y)

## S4 method for signature 'dtensor,dtensor'
outerprod(x, y)

## S4 method for signature 'dtensor,tensor'
outerprod(x, y)

## S4 method for signature 'tensor,dtensor'
outerprod(x, y)

## S4 method for signature 'tensor,tensor'
ttt(x, y)

## S4 method for signature 'sptensor,sptensor'
outerprod(x, y)

Arguments

x, y

tensors


tensorr documentation built on May 2, 2019, 3:26 a.m.