chainer.functions.det

chainer.functions.det(a)[source]

Computes the determinant of a single square matrix.

Parameters

a (Variable or N-dimensional array) – Input array to compute the determinant for.

Returns

Scalar determinant of the matrix a.

Return type

Variable