XLL+ Class Library (7.0)

matrix.h

Overview

matrix.h contains a matrix<T> class for storing and manipulating two-dimensional arrays of data.

Status

This class is now deprecated, and has been replaced by the more powerful classes descended from imtx<T>.

It is included for the benefit of code written with earlier versions (4.1 and below) of XLL+.

See Also

matrix<T> class