Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/helpers.hpp

    rd10eb6 r0de7e8  
    5252bool IsValidNumber( const char *string);
    5353int CompareDoubles (const void * a, const void * b);
     54double * ReturnFullMatrixforSymmetric(const double * const cell_size);
     55double * InverseMatrix(const double * const A);
    5456void performCriticalExit();
    5557
Note: See TracChangeset for help on using the changeset viewer.