warp.outer#

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

  • Differentiable

Compute the outer product a*b^T for two vectors.