Bioplib
Protein Structure C Library
 All Data Structures Files Functions Variables Typedefs Macros Pages
eigen.h
Go to the documentation of this file.
1 #ifndef _EIGEN_H
2 #define _EIGEN_H 1
3 int blEigen(REAL **M, REAL **Vectors, REAL *lambda, int n);
4 #define EIGEN_NOMEMORY (-1)
5 #define EIGEN_NOCONVERGE (-2)
6 
7 /************************************************************************/
8 /* Include deprecated functions */
9 #define _EIGEN_H_DEPRECATED
10 #include "deprecated.h"
11 /************************************************************************/
12 
13 
14 #endif
Redirect calls to deprecated functions.
double REAL
Definition: MathType.h:67
int blEigen(REAL **M, REAL **Vectors, REAL *lambda, int n)
Definition: eigen.c:115