Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Conograph/trunk/src/utility_data_structure/SymMatNplus1N.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 32 by rtomiyasu, Mon Jul 7 02:35:51 2014 UTC revision 33 by rtomiyasu, Wed Sep 7 04:38:51 2016 UTC
# Line 28  THE SOFTWARE. Line 28  THE SOFTWARE.
28  #define SYMMATNPLUS1N_HH_  #define SYMMATNPLUS1N_HH_
29    
30  #include "../utility_data_structure/SymMat.hh"  #include "../utility_data_structure/SymMat.hh"
31    #include "../utility_data_structure/nrutil_nr.hh"
32    
33  typedef pair< SymMat<Double>, NRMat<Int4> > SymMatNplus1N_Double;  typedef pair< SymMat<double>, NRMat<int> > SymMatNplus1N_Double;
34  // Assume the first element is a symmetric matrix of size 3 and the second element is a 4-by-3 matrix.  // Assume the first element is a symmetric matrix of size 3 and the second element is a 4-by-3 matrix.
35  typedef pair< SymMat<Double>, NRMat<Int4> > SymMat43_Double;  typedef pair< SymMat<double>, NRMat<int> > SymMat43_Double;
36    
37  #endif /*SYMMATNPLUS1N_HH_*/  #endif /*SYMMATNPLUS1N_HH_*/

Legend:
Removed from v.32  
changed lines
  Added in v.33

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26