Go to the source code of this file.
Namespaces | |
namespace | dftefe |
dealii includes | |
namespace | dftefe::linearAlgebra |
namespace | dftefe::linearAlgebra::blasLapack |
namespace | dftefe::linearAlgebra::blasLapack::typeInternal |
Typedefs | |
template<typename... Types> | |
using | dftefe::linearAlgebra::blasLapack::typeInternal::scalar_type = typename scalar_type_traits< Types... >::type |
template<typename... Types> | |
using | dftefe::linearAlgebra::blasLapack::typeInternal::real_type = typename real_type_traits< Types... >::real_t |
template<typename... Types> | |
using | dftefe::linearAlgebra::blasLapack::typeInternal::complex_type = std::complex< real_type< Types... > > |
using | dftefe::linearAlgebra::blasLapack::LapackInt = int64_t |
template<typename ValueType > | |
using | dftefe::linearAlgebra::blasLapack::real_type = typeInternal::real_type< ValueType > |
template<typename ValueType1 , typename ValueType2 > | |
using | dftefe::linearAlgebra::blasLapack::scalar_type = typeInternal::scalar_type< ValueType1, ValueType2 > |
template<dftefe::utils::MemorySpace memorySpace> | |
using | dftefe::linearAlgebra::blasLapack::BlasQueue = typename BlasQueueTypedef< memorySpace >::TYPE |
template<dftefe::utils::MemorySpace memorySpace> | |
using | dftefe::linearAlgebra::blasLapack::LapackQueue = typename LapackQueueTypedef< memorySpace >::LAPACKTYPE |