|
Bioplib
Protein Structure C Library
|
#include "deprecated.h"Go to the source code of this file.
Macros | |
| #define | EIGEN_NOMEMORY (-1) |
| #define | EIGEN_NOCONVERGE (-2) |
| #define | _EIGEN_H_DEPRECATED |
Functions | |
| int | blEigen (REAL **M, REAL **Vectors, REAL *lambda, int n) |
| [in] | **matrix | Symmetric matrix |
| [in] | matrixSize | Dimension of the matrix |
| [out] | **eigenVectors | The eigen vectors |
| [out] | *eigenValues | The eigen values |
Calculates the eigenvalues and eigenvectors of a REAL symmetric matrix Note that this routine destroys the values above the diagonal of the matrix.
1.8.8