Go to the source code of this file.
Macros | |
#define | REMORA_LAPACK_DSYEV FORTRAN_ID(dsyev) |
Contains the lapack bindings for the symmetric eigenvalue problem syev. More... | |
Functions | |
void | REMORA_LAPACK_DSYEV (const char *jobz, const char *uplo, const int *n, double *a, const int *lda, double *w, double *work, const int *lwork, int *info) |
#define REMORA_LAPACK_DSYEV FORTRAN_ID(dsyev) |
Contains the lapack bindings for the symmetric eigenvalue problem syev.
This file is part of Shark. http://image.diku.dk/shark/
Shark is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Shark is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Shark. If not, see http://www.gnu.org/licenses/.
void REMORA_LAPACK_DSYEV | ( | const char * | jobz, |
const char * | uplo, | ||
const int * | n, | ||
double * | a, | ||
const int * | lda, | ||
double * | w, | ||
double * | work, | ||
const int * | lwork, | ||
int * | info | ||
) |