LinAlgLuT Method
LU factorization Implement [l u p] = Lu(a)
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static LuResult<T> Lu<T>(
T[][] a
)
where T : new(), Object, INumber<T>
Public Shared Function Lu(Of T As {New, Object, INumber(Of T)}) (
a As T()()
) As LuResult(Of T)
public:
generic<typename T>
where T : gcnew(), Object, INumber<T>
static LuResult<T> Lu(
array<array<T>^>^ a
)
static member Lu :
a : 'T[][] -> LuResult<'T> when 'T : new() and Object and INumber<'T>
- a T
- Matrix
- T
- Type
LuResultTLU Result