ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Functions
ndarray_test.cpp File Reference
#include <gtest/gtest.h>
#include "source_base/ndarray.h"
#include <utility>
Include dependency graph for ndarray_test.cpp:

Functions

 TEST (NDArray, InitializerListConstructor)
 
 TEST (NDArray, VariadicTemplateConstructor)
 
 TEST (NDArray, CopyConstructor)
 
 TEST (NDArray, MoveConstructor)
 
 TEST (NDArray, CopyAssignment)
 
 TEST (NDArray, MoveAssignment)
 
 TEST (NDArray, EqualityOperator)
 
 TEST (NDArray, InequalityOperator)
 
 TEST (NDArray, Index)
 
 TEST (NDArray, AtMethodMultiIndex)
 
 TEST (NDArray, IndexOperatorMultiIndex)
 
 TEST (NDArray, Reshape)
 
 TEST (NDArray, ReshapeValue)
 
 TEST (NDArray, ReshapeInfer)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ TEST() [1/14]

TEST ( NDArray  ,
AtMethodMultiIndex   
)
Here is the call graph for this function:

◆ TEST() [2/14]

TEST ( NDArray  ,
CopyAssignment   
)
Here is the call graph for this function:

◆ TEST() [3/14]

TEST ( NDArray  ,
CopyConstructor   
)
Here is the call graph for this function:

◆ TEST() [4/14]

TEST ( NDArray  ,
EqualityOperator   
)

◆ TEST() [5/14]

TEST ( NDArray  ,
Index   
)
Here is the call graph for this function:

◆ TEST() [6/14]

TEST ( NDArray  ,
IndexOperatorMultiIndex   
)

◆ TEST() [7/14]

TEST ( NDArray  ,
InequalityOperator   
)

◆ TEST() [8/14]

TEST ( NDArray  ,
InitializerListConstructor   
)

◆ TEST() [9/14]

TEST ( NDArray  ,
MoveAssignment   
)
Here is the call graph for this function:

◆ TEST() [10/14]

TEST ( NDArray  ,
MoveConstructor   
)
Here is the call graph for this function:

◆ TEST() [11/14]

TEST ( NDArray  ,
Reshape   
)
Here is the call graph for this function:

◆ TEST() [12/14]

TEST ( NDArray  ,
ReshapeInfer   
)

◆ TEST() [13/14]

TEST ( NDArray  ,
ReshapeValue   
)
Here is the call graph for this function:

◆ TEST() [14/14]

TEST ( NDArray  ,
VariadicTemplateConstructor   
)
Here is the call graph for this function: