Tutorials
Examples
References
Other
Community
chainer.functions.
det
Computes the determinant of a single square matrix.
a (Variable or N-dimensional array) – Input array to compute the determinant for.
Variable
Scalar determinant of the matrix a.