Version

Vectors

The Infragistics Math Library™ provides functionality for working with vectors.

About Vectors

Vectors are one-dimensional data classes for storing collections of objects. Vector can be a Row Vector or a Column Vector.

Using Vectors

Infragistics Math Library supports the following vector classes:

  • Vector – stores a collection of real numbers

  • BooleanVector – stores a collection of boolean values

  • ComplexVector – stores a collection of complex numbers

These classes are all derived from the MatrixBase class. They differ in the data types they store.

The following topics will guide you how to use vectors in the Infragistics Math Library: