Réserver une Démo
Pré. Proc.

mtransp

Matrix Transpose

SYNOPSIS

int n;
double A[n*n], T[n*n];
mtransp( n, A, T )


DESCRIPTION

Transpose the n by n square matrix A and put the result in T.
T can occupy the same storage as A.