warp.inverse#

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

  • Differentiable

Compute the inverse of matrix a.

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

  • Differentiable

Compute the inverse of matrix a.

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

  • Differentiable

Compute the inverse of matrix a.