Click or drag to resize
SparseMatrixTranspose Method
Returns the transpose of the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public SparseMatrix Transpose()

Return Value

Type: SparseMatrix
A SparseMatrix matrix containing the transpose of the constructed SparseMatrix object.
See Also