LinAlgIsDetZeroT Method
Is determinant of a square matrix equal to zero
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static bool IsDetZero<T>(
T[][] a
)
where T : new(), Object, INumber<T>
Public Shared Function IsDetZero(Of T As {New, Object, INumber(Of T)}) (
a As T()()
) As Boolean
public:
generic<typename T>
where T : gcnew(), Object, INumber<T>
static bool IsDetZero(
array<array<T>^>^ a
)
static member IsDetZero :
a : 'T[][] -> bool when 'T : new() and Object and INumber<'T>
- a T
- Matrix
- T
- Type
Boolean