Alias: null
Common Name: InnerProduct
Class: org. imirsel. m2k. math. InnerProduct

Overview: This module computes the inner (dot) product of two equal length vectors (1D Double arrays)

Data Handling: The input data is not modified.


Inputs:
Input 1
[D
Input vector 1 (Double array).

Input 2
[D
Input vector 2 (Double array).


Outputs:
InnerProduct
[D
The InnerProduct of the two input vectors. (Double array).



Properties: