Gets the upper triangular matrix U from the factorization PA = LU, where A is the matrix that was factored.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleComplexMatrix U { get; }
Visual Basic (Declaration)
Public ReadOnly Property U As DoubleComplexMatrix
Visual C++
public:
property DoubleComplexMatrix^ U {
	DoubleComplexMatrix^ get ();
}

See Also