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

Comparing:
trunk/src/math/SquareMatrix3.hpp (file contents), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/math/SquareMatrix3.hpp (file contents), Revision 1600 by gezelter, Wed Aug 3 20:20:37 2011 UTC

# Line 417 | Line 417 | namespace OpenMD {
417      Vector3<Real> v_maxI, v_k, v_j;
418  
419      // diagonalize using Jacobi
420 <    jacobi(a, w, v);
420 >    SquareMatrix3<Real>::jacobi(a, w, v);
421      // if all the eigenvalues are the same, return identity matrix
422      if (w[0] == w[1] && w[0] == w[2] ) {
423        v = SquareMatrix3<Real>::identity();

Comparing:
trunk/src/math/SquareMatrix3.hpp (property svn:keywords), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/math/SquareMatrix3.hpp (property svn:keywords), Revision 1600 by gezelter, Wed Aug 3 20:20:37 2011 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines