| Class | Description |
|---|---|
| BiPolarUtil | Utility class for converting between bipolar and regular numbers. |
| Matrix | Matrix: This class implements a mathematical matrix. Matrix math is very important to neural network processing. Many of the classes developed in this book will make use of the matrix classes in this package. |
| MatrixError | Indicates an error has occurred in Matrix classes.. |
| MatrixMath | MatrixMath: This class can perform many different mathematical operations on matrixes. |