预订演示

请注意 : 本帮助页面不适用于最新版本的Enterprise Architect. 最新的帮助文档在这里.

前页 后页

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.