R/linear-spherical-spline.R
dot.Rd
This function computes the dot product of two input vectors u and v.
dot(u, v)
Numeric vector.
Numeric value representing the dot product of u and v.
dot(c(1,2,3), c(4,5,6)) #> [1] 32