Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration CloningMethod |
| C# |
|---|
public enum CloningMethod |
| C++ |
|---|
public enum class CloningMethod |
Members
| Member | Description |
|---|---|
| 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.
|