New Vector (gb.gsl)

Dim hVector As Vector
hVector = New Vector ( [ Size As Integer, Complex As Boolean ] )

Create a new vector.

  • Size is the vector size, one by default.

  • If Complex is TRUE, then the vector coefficients will be complex numbers.

Note that even if Complex is initially FALSE, the coefficients are automatically converted to complex numbers as needed.