home *** CD-ROM | disk | FTP | other *** search
- An invertible matrix is a special kind of square matrix that has
- an inverse. The product of an invertible matrix and its inverse
- is the identity matrix. The invertible matrix class would inherit
- members from the square matrix class, some of which may have been
- inherited in turn from the matrix class.
-