phono3py/c/snf3x3.h

18 lines
267 B
C
Raw Normal View History

2021-03-02 15:50:15 +08:00
#ifndef __snf3x3_H__
#define __snf3x3_H__
#ifdef __cplusplus
extern "C" {
#endif
#define SNF3X3_MAJOR_VERSION 0
#define SNF3X3_MINOR_VERSION 1
#define SNF3X3_MICRO_VERSION 0
2021-11-02 21:08:54 +08:00
int snf3x3(long A[3][3], long P[3][3], long Q[3][3]);
2021-03-02 15:50:15 +08:00
#ifdef __cplusplus
}
#endif
#endif