cupy.linalg.det#
- cupy.linalg.det(a)[source]#
Returns the determinant of an array.
- Parameters:
a (cupy.ndarray) – The input matrix with dimension
(..., N, N).- Returns:
Determinant of
a. Its shape isa.shape[:-2].- Return type:
See also
Site Navigation
Section Navigation
ndarray)
cupy.ufunc)cupy.fft)cupy.linalg)cupy.random)cupy.testing)cupyx.scipy.fft)cupyx.scipy.fftpack)
cupyx.scipy.interpolate)cupyx.scipy.linalg)cupyx.scipy.ndimage)cupyx.scipy.signal)cupyx.scipy.signal.windows)cupyx.scipy.sparse)cupyx.scipy.sparse.linalg)cupyx.scipy.sparse.csgraph)
cupyx.scipy.spatial)
cupyx.scipy.spatial.distance)cupyx.scipy.special)cupyx.scipy.stats)
Returns the determinant of an array.
a (cupy.ndarray) – The input matrix with dimension (..., N, N).
Determinant of a. Its shape is a.shape[:-2].
See also