Encog 1.1 for DotNet
Encog.Matrix Namespace
NamespacesEncog.Matrix

[Missing <summary> documentation for N:Encog.Matrix]

Declaration Syntax
C#Visual BasicVisual C++
namespace Encog.Matrix
Namespace Encog.Matrix
namespace Encog.Matrix
Types
All TypesClasses
IconTypeDescription
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.

MatrixCODEC
MatrixCODEC: The matrix CODEC can encode or decode a matrix to/from an array of doubles. This is very useful when the neural network must be looked at as an array of doubles for genetic algorithms and simulated annealing.

MatrixError
Thrown when a matrix error occured.

MatrixMath
MatrixMath: This class can perform many different mathematical operations on matrixes.