C# Class Encog.Util.Logging.DumpMatrix

A utility for writing matrixes to the log.
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
DumpArray ( double d ) : String

Dump an array of numbers to a string.

DumpMatrixString ( Matrix matrix ) : String

Dump a matrix to a string.

Private Methods

Method Description
DumpMatrix ( ) : System

Private constructor.

Method Details

DumpArray() public static method

Dump an array of numbers to a string.
public static DumpArray ( double d ) : String
d double The array to dump.
return String

DumpMatrixString() public static method

Dump a matrix to a string.
public static DumpMatrixString ( Matrix matrix ) : String
matrix Matrix The matrix.
return String