Click or drag to resize

DoubleMatrixReadXml Method

Generates a DoubleMatrix instance form its XML representation.
Example
The matrix: | 1 2 3 | | 4 5 6 | | 7 8 9 | would be serialized as:

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void ReadXml(
	XmlReader reader
)

Parameters

reader  XmlReader
The XmlReader stream from which the object is deserialized.

Implements

IXmlSerializableReadXml(XmlReader)
See Also