Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

3.1 Overview

Vectors, matrices, and arrays are the basic tools of numerical computation. Vectors are one-dimensional arrays and matrices are two-dimensional arrays. Math.h++ provides classes representing vectors and matrices, as well as arrays with an arbitrary number of dimensions. The array classes are especially useful for working with three-dimensional and four-dimensional arrays.

The matrix classes of Math.h++ are general matrices. Matrix classes for dealing with special types of matrices, such as symmetric or banded, are available in the Rogue Wave LAPACK.h++ class library.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.