Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace


Extreme Optimization Mathematics Library for .NET

CloningMethod Enumeration

Enumerates the methods that can be used to clone a Vector or Matrix.

[Visual Basic]
Public Enum CloningMethod
[C#]
public enum CloningMethod

Members

Member NameDescription
Exact Makes an exact clone of the object.
NonzeroComponentsWritable Makes a copy of the object such that all non-zero components are writeable.
AllComponentsWritable Makes a copy of the object such that all components are writeable.

Requirements

Namespace: Extreme.Mathematics.LinearAlgebra

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

Extreme.Mathematics.LinearAlgebra Namespace