Click or drag to resize

SparseMatrixTranspose Method

Tranpose of sparse matrix

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SparseMatrix Transpose()

Return Value

SparseMatrix
New matrix that is the transposed of the original.
See Also