Changeset 70e11d for molecuilder/src/gslmatrix.hpp
- Timestamp:
- Jan 10, 2010, 7:09:56 PM (16 years ago)
- Children:
- 00b5802
- Parents:
- 2c69a9
- File:
-
- 1 edited
-
molecuilder/src/gslmatrix.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/gslmatrix.hpp
r2c69a9 r70e11d 12 12 13 13 /*********************************************** includes ***********************************/ 14 15 // include config.h 16 #ifdef HAVE_CONFIG_H 17 #include <config.h> 18 #endif 14 19 15 20 #include <gsl/gsl_matrix.h> … … 51 56 bool IsNonNegative(); 52 57 bool IsPositiveDefinite(); 58 double Determinant(); 53 59 54 60 GSLMatrix& operator=(const GSLMatrix& rhs);
Note:
See TracChangeset
for help on using the changeset viewer.
