Image Interpolation with Geometric Contour Stencils
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
invmat.h
Go to the documentation of this file.
1 
16 #ifndef _INVMAT_H_
17 #define _INVMAT_H_
18 
19 int InvertMatrix(double *InverseData, double *AData, int N);
20 
21 #endif /* _INVMAT_H_ */