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: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexMatrix U { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property U As FloatComplexMatrix |
| Visual C++ |
|---|
public: property FloatComplexMatrix^ U { FloatComplexMatrix^ get (); } |