afp_dot
Scalar dot product between two vectors. Also referred to as the inner product.This function returns the scalar product of two equal sized vectors or between a matrix and a vector. The second operand needs to be a vector in either case.
Arguments
- Input array
- Input array
Output
Double or complex value, or array
Examples