Go to the first, previous, next, last section, table of contents.


matrix_inner_product

matrix_inner_product(A,B)
: It returns the inner product of two vectors A and B.

Example:

 matrix_inner_product([1,2],[x,y]);


Go to the first, previous, next, last section, table of contents.