Welcome to our Support Center

Multiply

Description

Returns the product of the inputs. Type : polymorphic.

Warning : A new tensor is created for the output if you multiply two arrays together.

 

Input parameters

 

 x : class, n-dimensional tensor (can be a scalar).
y : float, scalar (can be a tensor).

Output parameters

 

 x * y : class, the product of x multiplied by y.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install PERRINE library to run it).

Multiply tensor with a scalar

Multiply scalar with a tensor

Multiply a tensor to another tensor

Table of Contents
Index