dot
dot |
Purpose
Dot/Scalar product between two arrays. This operator returns the dot product between an array of variables (
cpvar or
cpfloatvar) and an array of numbers (
integer or
real).
Synopsis
dot(x, A) or dot(A, x) with x:array of cpvar and A:array of real
dot(x, A) or dot(A, x) with x:array of cpvar and A:array of integer
dot(x, A) or dot(A, x) with x:array of cpfloatvar and A:array of real
dot(x, A) or dot(A, x) with x:array of cpfloatvar and A:array of integer
Return value
A
cplinexp corresponding to the dot product.