Chi-Tech
poweriteration_keigen.h
Go to the documentation of this file.
1#ifndef CHITECH_LBS_POWERITERATION_KEIGEN_H
2#define CHITECH_LBS_POWERITERATION_KEIGEN_H
3
4namespace lbs
5{
6 class LBSSolver;
7void PowerIterationKEigen(LBSSolver& lbs_solver,
8 double tolerance,
9 int max_iterations,
10 double& k_eff);
11void PowerIterationKEigen1(LBSSolver& lbs_solver,
12 double tolerance,
13 int max_iterations,
14 double& k_eff);
15void PowerIterationKEigen2(LBSSolver& lbs_solver,
16 double tolerance,
17 int max_iterations,
18 double& k_eff);
19
20}//namespace lbs
21
22#endif //CHITECH_LBS_POWERITERATION_KEIGEN_H
void PowerIterationKEigen(LBSSolver &lbs_solver, double tolerance, int max_iterations, double &k_eff)
void PowerIterationKEigen2(LBSSolver &lbs_solver, double tolerance, int max_iterations, double &k_eff)
void PowerIterationKEigen1(LBSSolver &lbs_solver, double tolerance, int max_iterations, double &k_eff)