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()
Public Function UMatrix As SquareMatrix
public:
SquareMatrix^ UMatrix()
member UMatrix : unit -> SquareMatrix
Return Value
Type:
SquareMatrixThe upper-right triangular factor U of the LU decomposition.
See Also