|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "../complexmatrix.h"#include "../matrix.h"#include "gtest/gtest.h"#include "gmock/gmock.h"Classes | |
| class | ComplexMatrixTest |
Functions | |
| void | EXPECT_COMPLEX_EQ (const std::complex< double > &a, const std::complex< double > &b) |
| TEST (ComplexMatrix, Constructor) | |
| TEST (ComplexMatrix, ConstructorNrNc) | |
| TEST_F (ComplexMatrixTest, ConstructorCM) | |
| TEST_F (ComplexMatrixTest, ConstructorCMrvalue) | |
| TEST (ComplexMatrix, ConstrucotrMatrix) | |
| TEST (ComplexMatrix, Create) | |
| TEST_F (ComplexMatrixTest, OperatorEqual) | |
| TEST_F (ComplexMatrixTest, OperatorEqualrvalue) | |
| TEST_F (ComplexMatrixTest, OperatorParentheses) | |
| TEST_F (ComplexMatrixTest, OperatorParenthesesConst) | |
| TEST_F (ComplexMatrixTest, OperatorMultiEqual) | |
| TEST_F (ComplexMatrixTest, OperatorPlusEqual) | |
| TEST_F (ComplexMatrixTest, OperatorMinusEqual) | |
| TEST_F (ComplexMatrixTest, real) | |
| TEST_F (ComplexMatrixTest, ZeroOut) | |
| TEST_F (ComplexMatrixTest, SetAsIdentityMatrix) | |
| TEST (ComplexMatrix, CheckReal) | |
| TEST_F (ComplexMatrixTest, OperatorPlus) | |
| TEST_F (ComplexMatrixTest, OperatorMinus) | |
| TEST_F (ComplexMatrixTest, OperatorMultMatrix) | |
| TEST_F (ComplexMatrixTest, OperatorMultDouble) | |
| TEST_F (ComplexMatrixTest, OperatorMultComplex) | |
| TEST_F (ComplexMatrixTest, Trace) | |
| TEST_F (ComplexMatrixTest, abs2Row) | |
| TEST_F (ComplexMatrixTest, abs2Column) | |
| TEST_F (ComplexMatrixTest, abs2) | |
| TEST_F (ComplexMatrixTest, abs2arraymatrix) | |
| TEST_F (ComplexMatrixTest, transpose) | |
| TEST_F (ComplexMatrixTest, conj) | |
| TEST_F (ComplexMatrixTest, ScaleAccumulate) | |
| TEST_F (ComplexMatrixTest, ScaleAccumulateArray) | |
| TEST_F (ComplexMatrixTest, ScaleSum) | |
| TEST_F (ComplexMatrixTest, ScaleSumArray) | |
| TEST_F (ComplexMatrixTest, print) | |
|
inline |
Tested functions of class ComplexMatrix
Tested relative functions
| TEST | ( | ComplexMatrix | , |
| CheckReal | |||
| ) |
| TEST | ( | ComplexMatrix | , |
| ConstrucotrMatrix | |||
| ) |
| TEST | ( | ComplexMatrix | , |
| Constructor | |||
| ) |
| TEST | ( | ComplexMatrix | , |
| ConstructorNrNc | |||
| ) |
| TEST | ( | ComplexMatrix | , |
| Create | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| abs2 | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| abs2arraymatrix | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| abs2Column | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| abs2Row | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| conj | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| ConstructorCM | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| ConstructorCMrvalue | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorEqual | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorEqualrvalue | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorMinus | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorMinusEqual | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorMultComplex | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorMultDouble | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorMultiEqual | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorMultMatrix | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorParentheses | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorParenthesesConst | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorPlus | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| OperatorPlusEqual | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| real | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| ScaleAccumulate | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| ScaleAccumulateArray | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| ScaleSum | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| ScaleSumArray | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| SetAsIdentityMatrix | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| Trace | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| transpose | |||
| ) |
| TEST_F | ( | ComplexMatrixTest | , |
| ZeroOut | |||
| ) |