Returns the transpose of the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public SparseMatrix Transpose()
Visual Basic (Declaration)
Public Function Transpose As SparseMatrix
Visual C++
public:
SparseMatrix^ Transpose()

Return Value

A SparseMatrix matrix containing the transpose of the constructed SparseMatrix object.

See Also