warp.sub#

warp.sub(a: Scalar, b: Scalar) Scalar#
  • Kernel

  • Differentiable

Subtract b from a.

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

  • Differentiable

Subtract b from a.

warp.sub(
a: Matrix[Any, Any, Scalar],
b: Matrix[Any, Any, Scalar],
) Matrix[Any, Any, Scalar]
  • Kernel

  • Differentiable

Subtract b from a.

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

  • Differentiable

Subtract b from a.

warp.sub(
a: Transformation[Float],
b: Transformation[Float],
) Transformation[Float]
  • Kernel

  • Differentiable

Subtract b from a.

warp.sub(
a: Tile[Any, tuple[int, ...]],
b: Tile[Any, tuple[int, ...]],
) Tile[Any, tuple[int, ...]]
  • Kernel

  • Differentiable

Subtract b from a.