Documentation For Encog 2.x

Matrix Class

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.

For a list of all members of this type, see Matrix Members .

System.Object
   Matrix

[Serializable]
[DefaultMember(MemberName="Item")]
public class Matrix : IEncogPersistedObject, ICloneable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Matrix

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

Matrix Members | Encog.Matrix Namespace