Vector (gb.gsl)

This class implements a vector with real or complex coefficients.

Этот класс создаваемый.

Этот класс представлен как чтение / запись массив.

Свойства
Count   Return the vector size.
Handle   Return pointer to the internal Gsl vector object.

Методы
ConjDot   Return the complex conjugate scalar product between the current vector and Vector.
Copy   Return a copy of the vector.
Dot   Return the scalar product between the current vector and Vector.
Norm   Return the norm of the vector.
ToString   Return the string representation of a vector.