- Tested Functions:
- GetArrayCount
- get the total number of real array created
- Construct
- construct real arrays (3 or 4 dimensions)
- Creat
- create a real array (3 or 4 dimensions)
- GetSize
- get the total size of a real array
- GetDim
- get the dimension of a real array
- ZeroOut
- set all elements of a real array to zero
- GetBound
- get the size of each dimension of a real array
- ArrayEqReal
- set all value of an array to a double float
- ArrayEqArray
- equal a realarray to another one
- Parentheses
- access element by using operator"()"
- ConstParentheses
- access element by using "()" through pointer
- without changing its elements
- realArrayAlloc
- output the warning message when allocation error for realArray
- occurs
- zeros
- set all elements of a 1_d array to zero
◆ a3
◆ a4
◆ aa
double realArrayTest::aa = 11.0 |
|
protected |
◆ b3
◆ b4
◆ bb
double realArrayTest::bb = 1.0 |
|
protected |
◆ count0
int realArrayTest::count0 = 0 |
|
protected |
◆ count1
int realArrayTest::count1 = 0 |
|
protected |
◆ zero
const double realArrayTest::zero = 0.0 |
|
protected |
The documentation for this class was generated from the following file:
- /home/runner/work/abacus-develop/abacus-develop/source/source_base/test/realarray_test.cpp