Click or drag to resize

NMathFunctionsTranspose(DoubleSymmetricMatrix) Method

Transposes the symmetric matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleSymmetricMatrix Transpose(
	DoubleSymmetricMatrix A
)

Parameters

A  DoubleSymmetricMatrix
A symmetric matrix.

Return Value

DoubleSymmetricMatrix
A new symmetric matrix.
See Also