Click or drag to resize

ColumnVector Constructor (IReadOnlyListDouble)

Initializes a new column vector from the given component list.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public ColumnVector(
	IReadOnlyList<double> list
)

Parameters

list
Type: System.Collections.GenericIReadOnlyListDouble
A list of vector components.
See Also