ColumnVector Constructor (Double) |
Initializes a new column vector with the given components.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public ColumnVector(
params double[] list
)
Public Sub New (
ParamArray list As Double()
)
public:
ColumnVector(
... array<double>^ list
)
new :
list : float[] -> ColumnVector
Parameters
- list
- Type: SystemDouble
A list of vector components.
See Also