det

open override fun StructureND<Double>.det(): DoubleTensor(source)

Computes the determinant of a square matrix input, or of each square matrix in a batched input. For more information: https://pytorch.org/docs/stable/linalg.html#torch.linalg.det

Return

the determinant.