4 lines
144 B
Text
4 lines
144 B
Text
|
|
/* The short method: */
|
||
|
|
declare A(m, n) float, B (n,m) float defined (A(2sub, 1sub));
|
||
|
|
/* Any reference to B gives the transpose of matrix A. */
|