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
)
Public Sub New (
ParamArray list As Double()
)
public:
RowVector(
... array<double>^ list
)
new :
list : float[] -> RowVector
Parameters
- list
- Type: SystemDouble
A list of vector components.
See Also