Array operation for computing the dot product?

Don nospam at nospam.com
Wed Feb 3 21:14:32 PST 2010


bearophile wrote:
> Don:
>> Indeed. The difficult question is, what would the syntax be?
> 
> What about the simper:
> x.dot(y)
> 
> Bye,
> bearophile

x.dot(y) and dot(x,y) are already implementable without language change.



More information about the Digitalmars-d mailing list