ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Namespaces | Typedefs
gtest.h File Reference
#include <gtest/gtest.h>
#include <ATen/kernels/blas.h>
#include <ATen/kernels/lapack.h>
Include dependency graph for gtest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  base
 
namespace  base::utils
 

Typedefs

using base::utils::ComplexTypes = ::testing::Types< std::tuple< std::complex< float >, ct::DEVICE_CPU >, std::tuple< std::complex< double >, ct::DEVICE_CPU > >
 
using base::utils::Types = ::testing::Types< std::tuple< float, ct::DEVICE_CPU >, std::tuple< double, ct::DEVICE_CPU >, std::tuple< std::complex< float >, ct::DEVICE_CPU >, std::tuple< std::complex< double >, ct::DEVICE_CPU > >