LUDecompositionUMatrix Method
Gets the U factor.
Namespace: Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public SquareMatrix UMatrix()
Public Function UMatrix As SquareMatrix
public:
SquareMatrix^ UMatrix()
member UMatrix : unit -> SquareMatrix
Return Value
SquareMatrixThe upper-right triangular factor U of the LU decomposition.