•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Search Results
decomposed_tensor_gemm.h File Reference
#include "mpqc/math/external/tiledarray/tiledarray.h"
#include "mpqc/math/tensor/clr/decomposed_tensor.h"
#include "mpqc/math/tensor/clr/decomposed_tensor_addition.h"
#include "mpqc/math/tensor/clr/decomposed_tensor_algebra.h"
#include "mpqc/math/tensor/clr/decomposed_tensor_gemm_helper.h"
Include dependency graph for decomposed_tensor_gemm.h:

This graph shows which files directly or indirectly include this file:

Namespaces | |
mpqc | |
The top-level namespace for all Massively Parallel Quantum Chemistry package. | |
mpqc::math | |
Functions | |
template<typename T > | |
TA::TensorD mpqc::math::gemm (DecomposedTensor< T > const &a, TA::TensorD const &b, const T factor, TA::math::GemmHelper const &gh) | |
template<typename T > | |
TA::TensorD mpqc::math::gemm (TA::TensorD &c, DecomposedTensor< T > const &a, TA::TensorD const &b, const T factor, TA::math::GemmHelper const &gh) | |
template<typename T > | |
DecomposedTensor< T > mpqc::math::gemm (DecomposedTensor< T > const &a, DecomposedTensor< T > const &b, const T factor, TA::math::GemmHelper const &gh) | |
template<typename T > | |
DecomposedTensor< T > & mpqc::math::gemm (DecomposedTensor< T > &c, DecomposedTensor< T > const &a, DecomposedTensor< T > const &b, const T factor, TA::math::GemmHelper const &gh) | |