warp.dot#

warp.dot(
a: Vector[Any, Scalar],
b: Vector[Any, Scalar],
) Scalar#
  • Kernel

  • Differentiable

Compute the dot product between two vectors.

warp.dot(
a: Quaternion[Float],
b: Quaternion[Float],
) Float
  • Kernel

  • Differentiable

Compute the dot product between two quaternions.