MUL

From STX Wiki
< Programmer Guide‎ | SPU Reference
Revision as of 15:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

MUL

Usage:

MUL A B

Inputs:
A number or vector
B number or vector
Outputs:
Y number or vector (same type as A)
Function:

Multiply input A with input B.

if A and B are numbers: Y = A.B
if A is a vector and B a number: Y[i] = A[i].B
if A and B are vectors: Y[i] = A[i].B[i]

Navigation menu

Personal tools