Vector<T>.To Dense Vector Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
ToDense | Makes a copy of this instance and returns it as a dense vector. |
ToDense | Makes a copy of this instance and returns it as a dense vector. |
ToDenseVector
Makes a copy of this instance and returns it as a
dense vector.
public DenseVector<T> ToDenseVector()
Return Value
DenseVector<T>A DenseVector<T> that is a copy of this vector.
ToDenseVector<TStorage>
Makes a copy of this instance and returns it as a
dense vector.
public DenseVector<T, TStorage> ToDenseVector<TStorage>()
where TStorage : Object, IStorageSlice<T, TStorage>
Type Parameters
- TStorage
Return Value
DenseVector<T, TStorage>A DenseVector<T> that is a copy of this vector.