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
)
Public Sub New (
list As IReadOnlyList(Of Double)
)
public:
ColumnVector(
IReadOnlyList<double>^ list
)
new :
list : IReadOnlyList<float> -> ColumnVector
Parameters
- list
- Type: System.Collections.GenericIReadOnlyListDouble
A list of vector components.
See Also