Changeset 20895b for molecuilder/src/helpers.hpp
- Timestamp:
- Nov 4, 2009, 5:34:05 PM (16 years ago)
- Children:
- 5f1d021
- Parents:
- c1b76e
- File:
-
- 1 edited
-
molecuilder/src/helpers.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/helpers.hpp
rc1b76e r20895b 18 18 #include <fstream> 19 19 20 #include "defs.hpp" 20 21 #include "memoryallocator.hpp" 22 23 /********************************************** definitions *********************************/ 24 25 // some algebraic matrix stuff 26 double RDET3(const double a[NDIM*NDIM]); 27 double RDET2(const double a[4]); 28 double RDET2(const double a0, const double a1, const double a2, const double a3); 21 29 22 30 /********************************************** helpful functions *********************************/ … … 49 57 bool IsValidNumber( const char *string); 50 58 int CompareDoubles (const void * a, const void * b); 51 double * ReturnFullMatrixforSymmetric(double *cell_size); 59 double * ReturnFullMatrixforSymmetric(const double * const cell_size); 60 double * InverseMatrix(const double * const A); 52 61 void performCriticalExit(); 53 62
Note:
See TracChangeset
for help on using the changeset viewer.
