![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Computing the extreme eigenvalues. More...
Go to the source code of this file.
Functions | |
REAL | fasp_dcsr_maxeig (const dCSRmat *A, const REAL tol, const INT maxit) |
Approximate the largest eigenvalue of A by the power method. More... | |
Computing the extreme eigenvalues.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file BlaEigen.c.
Approximate the largest eigenvalue of A by the power method.
A | Pointer to the dCSRmat matrix |
tol | Tolerance for stopping the power method |
maxit | Max number of iterations |
Definition at line 37 of file BlaEigen.c.