Click or drag to resize
Accord.NET (logo)

LuDecompositionD Constructor (Decimal)

Constructs a new LU decomposition.

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public LuDecompositionD(
	decimal[,] value
)
Request Example View Source

Parameters

value
Type: SystemDecimal
The matrix A to be decomposed.
See Also