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