LinAlgL, T, DLu Method

LU factorization Implement [l u p] = Lu(a)

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static L Lu(
	T a
)

Parameters

a  T

Return Value

L

See Also