MatrixTTranspose(MatrixT) Method |
Puts the transpose of this matrix into the result matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Transpose(
Matrix<T> result
)
Parameters
- result MatrixT
- The matrix that receives the transpose.
See Also