Image Interpolation with Contour Stencils
Main Page
Data Structures
Files
File List
Globals
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_ */
Generated on Fri Jul 5 2013 18:57:21 for Image Interpolation with Contour Stencils by
1.8.3.1