warp.outer#

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

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