Dense Vector<T, TStorage>.As Dense Vector<TOtherStorage> Method
Returns this vector as a dense vector.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A DenseVector<T> with the same components as this vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override sealed DenseVector<T, TOtherStorage> AsDenseVector<TOtherStorage>()
where TOtherStorage : Object, IStorageSlice<T, TOtherStorage>
Type Parameters
- TOtherStorage
Return Value
DenseVector<T, TOtherStorage>A DenseVector<T> with the same components as this vector.