DFT-FE 1.1.0-pre
Density Functional Theory With Finite-Elements
|
Go to the source code of this file.
Classes | |
class | dftfe::utils::MemoryStorage< ValueType, memorySpace > |
Namespaces | |
namespace | dftfe |
namespace | dftfe::utils |
Functions | |
template<typename ValueType, utils::MemorySpace memorySpaceDst> | |
MemoryStorage< ValueType, memorySpaceDst > | dftfe::utils::memoryStorageFromSTL (const std::vector< ValueType > &src) |
Create a MemoryStorage object from an input C++ STL vector. | |