Version

Matrices

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

About Matrices

Matrices are multi-dimensional data classes for storing collections of objects. For more conceptual information refer to the Matrix website.

Using Vectors

Infragistics Math Library supports the following matrix classes:

  • Matrix – stores a collection of real numbers

  • BooleanMatrix – stores a collection of boolean values

  • ComplexMatrix– 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 matrices in the Infragistics Math Library: