Dot (inner product)

I’ve just upgraded to v1.0.1 and I’m getting a undefined variable error when I try and use dot(a,b) - error says that dot is not defined. Documentation implies that dot function should still work: Linear Algebra · The Julia Language so not sure what’s going on here.

using LinearAlgebra

dot(rand(10),rand(10))
1 Like
3 Likes