Vector<T>.ToDenseVector Method

Makes a copy of this instance and returns it as a dense vector.

Definition

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

Return Value

DenseVector<T>
A DenseVector<T> that is a copy of this vector.

See Also