Click or drag to resize

Transpose Enumeration

How to transpose a matrix.

Namespace: Altaxo.Calc.Providers.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum Transpose
Members
Member nameValueDescription
DontTranspose111 Don't transpose a matrix.
Transpose112 Transpose a matrix.
ConjugateTranspose113 Conjugate transpose a complex matrix.
See Also