'\" '\" Copyright (c) 1997 Maorong Zou '\" .TH EZ_CopyTransposeMatrix 3 "" EZWGL "EZWGL Functions" .BS .SH NAME EZ_CopyTransposeMatrix \- copy the transpose of a matrix to another matrix .SH SYNOPSIS .nf .B #include .sp .BI "void EZ_CopyTransposeMatrix( EZ_Matrix " des ", EZ_Matrix " src ) .SH ARGUMENTS \fIsrc\fR specifies a source matrix. .sp \fIses\fR specifies the destination matrix. .SH DESCRIPTION \fBEZ_CopyMatrix\fR copies the transpose of matrix \fIsrc\fR to \fIdes\fR. .SH "SEE ALSO" EZ_LoadMatrix(3), EZ_IdentityMatrix(3), EZ_CopyMatrix(3)