Meta.Numerics Library
C#
VB
C++
F#
Show/Hide TOC
Row
Vector Constructor
Overload List
RowVector(
Double
)
Initializes a new row vector with the given components.
RowVector(Int32)
Initializes a new row vector with the given dimension.
RowVector(IReadOnlyList
Double
)
Initializes a new row vector from the given component list.
See Also
Reference
RowVector Class
Meta.Numerics.Matrices Namespace
In This Article
Overload List
See Also