SparseMatrixTranspose Method |
Returns the transpose of the matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public SparseMatrix Transpose()
Public Function Transpose As SparseMatrix
public:
SparseMatrix^ Transpose()
member Transpose : unit -> SparseMatrix
Return Value
Type:
SparseMatrix
A
SparseMatrix matrix containing the transpose of the constructed
SparseMatrix object.
See Also