warp.inverse_approx#

warp.inverse_approx(
a: Matrix[Float, Literal[2], Literal[2]],
) Matrix[Float, Any, Any]#
  • Kernel

  • Differentiable

Compute the inverse of matrix a using approximate GPU intrinsics.

Falls back to exact inverse on CPU.

warp.inverse_approx(
a: Matrix[Float, Literal[3], Literal[3]],
) Matrix[Float, Any, Any]
  • Kernel

  • Differentiable

Compute the inverse of matrix a using approximate GPU intrinsics.

Falls back to exact inverse on CPU.

warp.inverse_approx(
a: Matrix[Float, Literal[4], Literal[4]],
) Matrix[Float, Any, Any]
  • Kernel

  • Differentiable

Compute the inverse of matrix a using approximate GPU intrinsics.

Falls back to exact inverse on CPU.