ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimInfo.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimInfo.hpp (file contents):
Revision 588 by gezelter, Thu Jul 10 17:10:56 2003 UTC vs.
Revision 597 by mmeineke, Mon Jul 14 21:28:54 2003 UTC

# Line 132 | Line 132 | class SimInfo{ (public)
132    void matMul3(double a[3][3], double b[3][3], double out[3][3]);
133    void matVecMul3(double m[3][3], double inVec[3], double outVec[3]);
134    void invertMat3(double in[3][3], double out[3][3]);
135 +  void transposeMat3(double in[3][3], double out[3][3]);
136 +  void printMat3(double A[3][3]);
137 +  void printMat9(double A[9]);
138    double matDet3(double m[3][3]);
139    
140   private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines