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

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Enumeration CloningMethod
C#
public enum CloningMethod
C++
public enum class CloningMethod

Members

MemberDescription
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.