ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/math/RectMatrix.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/math/RectMatrix.hpp (file contents):
Revision 1781, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1782 by tim, Wed Nov 24 20:55:03 2004 UTC

# Line 365 | Line 365 | namespace oopse {
365              }
366  
367              /** Return the transpose of this matrix */
368 <            RectMatrix<Real,  Col, Row> transpose(){
368 >            RectMatrix<Real,  Col, Row> transpose() const{
369                  RectMatrix<Real,  Col, Row> result;
370                  
371                  for (unsigned int i = 0; i < Row; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines