예제 #1
0
        public MatrixR GetTranspose()
        {
            MatrixR m = this;

            m.Transpose();
            return(m);
        }