Transposes the banded matrix.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static DoubleComplexBandMatrix Transpose(
	DoubleComplexBandMatrix A
)
Visual Basic (Declaration)
Public Shared Function Transpose ( _
	A As DoubleComplexBandMatrix _
) As DoubleComplexBandMatrix
Visual C++
public:
static DoubleComplexBandMatrix^ Transpose(
	DoubleComplexBandMatrix^ A
)

Return Value

A new banded matrix.

See Also