Image Interpolation with Contour Stencils

invmat.h

Go to the documentation of this file.
00001 
00016 #ifndef _INVMAT_H_
00017 #define _INVMAT_H_
00018 
00019 int InvertMatrix(double *InverseData, double *AData, int N);
00020 
00021 #endif /* _INVMAT_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines