Click or drag to resize

FloatHermitianMatrixOnDeserialized Method

Checks that the matrix is square following deserialization

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void OnDeserialized(
	StreamingContext ctx
)

Parameters

ctx  StreamingContext
Streaming context.
Exceptions
ExceptionCondition
MatrixNotSquareException Thrown if the deserialized data cannot be formed into square hermitinal matrix.
See Also