Click or drag to resize

NMathFunctionsTranspose(DoubleComplexTriDiagMatrix) Method

Transposes the tridiagonal banded matrix.

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

Parameters

A  DoubleComplexTriDiagMatrix
A tridiagonal matrix.

Return Value

DoubleComplexTriDiagMatrix
A new tridiagonal matrix.
See Also