Image Interpolation with Geometric Contour Stencils
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
svd2x2.h
Go to the documentation of this file.
1 
16 #ifndef _SVD2X2_H_
17 #define _SVD2X2_H_
18 
19 void Svd2x2(double *Theta, double *Sigma1, double *Sigma2,
20  double *Phi, int *Sign1, int *Sign2, double A[2][2]);
21 
22 #endif /* _SVD2X2_H_ */