A Survey of Gaussian Convolution Algorithms
invert_matrix.h
Go to the documentation of this file.
1 
20 #ifndef _INVERT_MATRIX_H_
21 #define _INVERT_MATRIX_H_
22 
23 int invert_matrix(double *inv_A, double *A, int N);
24 
25 #endif /* _INVERT_MATRIX_H_ */