MatrixTTranspose(MatrixT) Method |
Puts the transpose of this matrix into the result matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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