|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "../broyden_mixing.h"#include "../plain_mixing.h"#include "../pulay_mixing.h"#include "gmock/gmock.h"#include "gtest/gtest.h"Classes | |
| class | Mixing_Test |
Macros | |
| #define | DOUBLETHRESHOLD 1e-8 |
Functions | |
| double | ext_inner_product_mock (double *x1, double *x2) |
| TEST_F (Mixing_Test, BroydenSolveLinearEq) | |
| TEST_F (Mixing_Test, PulaySolveLinearEq) | |
| TEST_F (Mixing_Test, PlainSolveLinearEq) | |
| TEST_F (Mixing_Test, OtherCover) | |
| #define DOUBLETHRESHOLD 1e-8 |
| double ext_inner_product_mock | ( | double * | x1, |
| double * | x2 | ||
| ) |
| TEST_F | ( | Mixing_Test | , |
| BroydenSolveLinearEq | |||
| ) |
| TEST_F | ( | Mixing_Test | , |
| OtherCover | |||
| ) |
| TEST_F | ( | Mixing_Test | , |
| PlainSolveLinearEq | |||
| ) |
| TEST_F | ( | Mixing_Test | , |
| PulaySolveLinearEq | |||
| ) |