| LUDecompositionDU Property |
Gets the upper triangular matrix U. (This property returns the internal matrix,
not a copy.)
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public MatrixD U { get; }
Public ReadOnly Property U As MatrixD
Get
public:
property MatrixD^ U {
MatrixD^ get ();
}
member U : MatrixD with get
Property Value
Type:
MatrixDThe upper triangular matrix U.
See Also