MatrixMultiply - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

DeepLearning/Tensor/MatrixMultiply

compute matrix multiplication of Tensors

 

Calling Sequence

Parameters

Options

Description

Examples

Compatibility

Calling Sequence

MatrixMultiply(x,y,opts)

Parameters

x

-

Tensor

y

-

Tensor

opts

-

zero or more options as specified below

Options

• 

name=string

The value of option name specifies an optional name for this Tensor, to be displayed in output and when visualizing the dataflow graph.

Description

• 

The MatrixMultiply(x,y,opts) command computes the matrix multiplication product of two Tensor objects.

Examples

(1)

(2)

(3)

Compatibility

• 

The DeepLearning/Tensor/MatrixMultiply command was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

See Also

DeepLearning Overview

LinearAlgebra

Tensor

 


Download Help Document