Vector<T>.AsDenseVector Method

Returns this vector as a dense vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual DenseVector<T> AsDenseVector()

Return Value

DenseVector<T>
A DenseVector<T> with the same elements as this vector.

See Also