  | NMathFunctionsTranspose(DoubleComplexTriDiagMatrix) Method | 
            Transposes the tridiagonal banded matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static DoubleComplexTriDiagMatrix Transpose(
	DoubleComplexTriDiagMatrix A
)
Public Shared Function Transpose ( 
	A As DoubleComplexTriDiagMatrix
) As DoubleComplexTriDiagMatrix
public:
static DoubleComplexTriDiagMatrix^ Transpose(
	DoubleComplexTriDiagMatrix^ A
)
static member Transpose : 
        A : DoubleComplexTriDiagMatrix -> DoubleComplexTriDiagMatrix Parameters
- A  DoubleComplexTriDiagMatrix
 - A tridiagonal matrix.
 
Return Value
DoubleComplexTriDiagMatrixA new tridiagonal matrix.
See Also