warp.determinant#

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

Compute the determinant of matrix a.

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

Compute the determinant of matrix a.

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

Compute the determinant of matrix a.