IMSL C# Numerical Library

SparseMatrix.Transpose Method 

Returns the transpose of the matrix.

public SparseMatrix Transpose();

Return Value

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

See Also

SparseMatrix Class | Imsl.Math Namespace