| Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Unit defining the matrix and vector classes TMatrix, TIntegerMatrix, TVector, and TIntegerVector.
| Name | Description |
|---|---|
Class TMatrix |
Class implementing a matrix of floating point values. |
Class TVector |
Class implementing a vector of floating point values. |
Class TIntegerMatrix |
Class implementing a matrix of integers. |
Class TIntegerVector |
Class implementing a vector of integers. |
| Name | Description |
|---|---|
TMatrixArray = array of TMatrix; |
Array of TMatrix. |
TIntegerMatrixArray = array of TIntegerMatrix; |
Array of TIntegerMatrix. |