Cloning Method Enumeration
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public enum CloningMethod
Members
Exact | 0 | Makes an exact clone of the object. |
NonzeroElementsWritable | 1 | Makes a copy of the object such that all non-zero components are writable. |
AllElementsWritable | 2 | Makes a copy of the object such that all components are writable. |
ShapeOnly | 3 | Makes a copy of the shape and structure of the object but does not copy the values. |