Click or drag to resize

RowVector Constructor (Double)

Initializes a new row vector with the given components.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public RowVector(
	params double[] list
)

Parameters

list
Type: SystemDouble
A list of vector components.
See Also