A Survey of Gaussian Convolution Algorithms
Main Page
Modules
Files
File List
Globals
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_ */
Generated on Sat Dec 14 2013 21:33:17 for A Survey of Gaussian Convolution Algorithms by
1.8.3.1