LuResultT Structure

Generic LU Decomposition Result

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public struct LuResult<T>
Inheritance
Object    ValueType    LuResultT

Type Parameters

T
Data Type

Properties

c Row Indices
d Interchange row count
l Lower Matrix
p Permutation Matrix
u Upper Matrix

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also