  | FloatComplexLUFactU Property | 
            Gets the upper triangular matrix U from the factorization 
            PA = LU, where A is the matrix that was factored.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexMatrix U { get; }Public ReadOnly Property U As FloatComplexMatrix
	Get
public:
property FloatComplexMatrix^ U {
	FloatComplexMatrix^ get ();
}member U : FloatComplexMatrix with get
Property Value
FloatComplexMatrix
See Also