Click or drag to resize

MatrixTTranspose(MatrixT) Method

Puts the transpose of this matrix into the result matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Transpose(
	Matrix<T> result
)

Parameters

result  MatrixT

[Missing <param name="result"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.Transpose(Altaxo.Calc.LinearAlgebra.Matrix{`0})"]

See Also