chainer.functions.det

chainer.functions.det(a)[source]

Computes the determinant of a single square matrix.

Parameters:a (Variable) – Input array to compute the determinant for.
Returns:Scalar determinant of the matrix a.
Return type:Variable