Skip to content

function numluau.linalg.det<T>(
    A : numluau.ndArray<T>,
): number
given a ndArray with ndim = 2, returns the determinant of that ndArray.

Parameters

A : numluau.ndArray<T>

The target ndArray.

Returns -> number

Returns the determinant of A