LUDecomposition Constructor

DotNetMatrix

An NDoc Documented Class Library

LUDecomposition Constructor 

LU Decomposition

[Visual Basic]Public Sub New( _
   ByVal A As GeneralMatrix _
)
[C#]
public LUDecomposition(
   GeneralMatrix A
);

Parameters

A
Rectangular matrix

Return Value

Structure to access L, U and piv.

See Also

LUDecomposition Class | DotNetMatrix Namespace