Click or drag to resize

RowVector Constructor (IReadOnlyListDouble)

Initializes a new row vector from the given component list.

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

Parameters

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