.NET Matrix Library
Transpose Method
See Also  Send comments on this topic


Returns the transpose of the sparse matrix.

Syntax

Visual Basic (Declaration) 
Public Function Transpose() As CSparseMatrix
C# 
public CSparseMatrix Transpose()
C++/CLI 
public:
CSparseMatrix^ Transpose(); 

Return Value

A CSparseMatrix instance that represents the transpose of the current sparse matrix.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation