3 lines
134 B
C
3 lines
134 B
C
int sympowerit (double *X, int n, double *T, int amax, double tol, int maxiter, int verbose);
|
|
/* Simple symmetric power iterations */
|