Cloning Method Enumeration
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum CloningMethodMembers
| 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. |