matmult: Tensor Matrix Multiplication

Description Usage Arguments Value

Description

A higher level interface that may be more comfortable that using the internal .dot method for dot products.

Usage

1
matmult(x, y)

Arguments

x

base R or Tensor object

y

base R or Tensor object

Value

The x Tensor with the updated internal graph (invisible)


cdeterman/lazytensor documentation built on May 28, 2019, 7:15 p.m.