Array mul


Dot product of two arrays

ql.Array_mul(A,B)

Equivalent to A*B

Scale array by constant

ql.Array_mul(A,r)

Equivalent to A*r

Arrays must be of the same size


Index