RowVector Constructor (Int32) |
Initializes a new row vector with the given dimension.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntaxpublic RowVector(
int dimension
)
Public Sub New (
dimension As Integer
)
public:
RowVector(
int dimension
)
new :
dimension : int -> RowVector
Parameters
- dimension
- Type: System.Int32
The dimension of the vector, which must be positive.
See Also