Click or drag to resize

MatrixTranspose Method

Transpose of a dense matrix

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

Return Value

Matrix
An n-by-m matrix where the input matrix has m rows and n columns.
See Also