ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/SquareMatrix.hpp
(Generate patch)

Comparing branches/development/src/math/SquareMatrix.hpp (file contents):
Revision 1760 by gezelter, Thu Jun 21 19:26:46 2012 UTC vs.
Revision 1787 by gezelter, Wed Aug 29 18:13:11 2012 UTC

# Line 154 | Line 154 | namespace OpenMD {
154        return tmp;
155      }
156  
157
157      /** Tests if this matrix is symmetrix. */            
158      bool isSymmetric() const {
159        for (unsigned int i = 0; i < Dim - 1; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines