2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 * Copyright (C) 2011 - Scilab Enterprises - Adeline CARNIS
5 * This file must be used under the terms of the CeCILL.
6 * This source file is licensed as described in the file COPYING, which
7 * you should have received as part of this distribution. The terms
8 * are also available at
9 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
12 /*--------------------------------------------------------------------------*/
15 #include "doublecomplex.h"
42 * @return <ReturnValue>
44 int eigs(double *AR, doublecomplex *AC, int N, int Acomplex, int Asym,
45 double* B, doublecomplex* BC, int Bcomplex, int matB, int nev,
46 doublecomplex* SIGMA, char* which, double* maxiter, double* tol,
47 double* NCV, double* RESID, doublecomplex* RESIDC, int* INFO,
48 double* cholB, int INFO_EUPD, doublecomplex* eigenvalue,
49 doublecomplex* eigenvector);
51 #endif /* __EIGS_H__ */
52 /*--------------------------------------------------------------------------*/