Click or drag to resize

ParserSymMatrix Method

[This is preliminary documentation and is subject to change.]

Use this property to parse a matrix token specified in lower triangle form. Symmetry is forced.

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public double[] SymMatrix(
	int ExpectedOrder
)

Parameters

ExpectedOrder
Type: SystemInt32

[Missing <param name="ExpectedOrder"/> documentation for "M:dss_sharp.Parser.SymMatrix(System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:dss_sharp.Parser.SymMatrix(System.Int32)"]

See Also