 | DoubleComplexLUFactU 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 DoubleComplexMatrix U { get; }
Public ReadOnly Property U As DoubleComplexMatrix
Get
public:
property DoubleComplexMatrix^ U {
DoubleComplexMatrix^ get ();
}
member U : DoubleComplexMatrix with get
Property Value
DoubleComplexMatrix
See Also