Distributed Vector<T>.As Dense Vector Method
Returns this vector as a dense vector.
Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A DenseVector<T> with the same elements as this vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override DenseVector<T> AsDenseVector()
Return Value
DenseVector<T>A DenseVector<T> with the same elements as this vector.