In-place transposition of a square matrix.
Namespace: Austra.Library.HelpersAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic static void Transpose(
int rows,
int cols,
double[] data
)
Parameters
- rows Int32
- Number of rows.
- cols Int32
- Number of columns.
- data Double
- A 1D-array with data.
See Also