The Matrix toolbox contains matrix operators, and the kmatrix library, 
which are based on the LAPACK library.  Operations include extracting 
rows, columns, and diagonals, computing eigenvectors and eigenvalues, 
computing the inverse matrix, computing the least-squares solution to 
a set of linear equations, LU decomposition, computing the matrix product, 
and singular value decomposition.  All kmatrix operators are written to
operate on width-height planes of the polymorphic data model.  If the 
depth, time, or elements dimensions of data object are greater than
one, the operation is repeated for each width-height plane.  The kmatrix 
operators are implemented using the polymorphic data services, which is a 
part of the Khoros 2.0 kappserv library.
.paragraph
The kmatrix library depends on the LAPACK Fortran libraries lzlapack, ldlapack,
and lblas, which are also included in the Matrix toolbox.
.paragraph
The Matrix toolbox requires that the bootstrap, dataserv, and datamanip
toolboxes be installed.
