warp.determinant#

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

  • Differentiable

Compute the determinant of matrix a.

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

  • Differentiable

Compute the determinant of matrix a.

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

  • Differentiable

Compute the determinant of matrix a.