Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Vector Class > Methods
If possible, gives this instance its own copy of its elements.
Objects derived from Vector or Matrix may share an underlying storage structure. For example, the GetColumn method of the Matrix class returns a Vector that is a view on a column in the matrix. Changing an element in the vector changes the corresponding element in the matrix.
This method ensures that this instance has its own copy of the data. After a call to this method, any changes to the elements of this Vector will only affect this instance. Moreover, the elements are guaranteed to be in one contiguous block of memory.
Vector Class | Extreme.Mathematics.LinearAlgebra Namespace