Click or drag to resize

LUDecompositionUMatrix Method

Gets the U factor.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SquareMatrix UMatrix()

Return Value

Type: SquareMatrix
The upper-right triangular factor U of the LU decomposition.
See Also