decomposed_tensor_subtraction.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_nonintrusive_interface.h"
#include "mpqc/math/tensor/clr/decomposed_tensor_unary.h"
Include dependency graph for decomposed_tensor_subtraction.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 > | |
DecomposedTensor< T > | mpqc::math::subt (DecomposedTensor< T > const &l, DecomposedTensor< T > const &r) |
template<typename T , typename Perm , typename = std::enable_if_t<TiledArray::detail::is_permutation_v<Perm>>> | |
DecomposedTensor< T > | mpqc::math::subt (DecomposedTensor< T > const &l, DecomposedTensor< T > const &r, Perm const &p) |
template<typename T > | |
DecomposedTensor< T > | mpqc::math::subt (DecomposedTensor< T > const &l, DecomposedTensor< T > const &r, const T factor) |
template<typename T , typename Perm , typename = std::enable_if_t<TiledArray::detail::is_permutation_v<Perm>>> | |
DecomposedTensor< T > | mpqc::math::subt (DecomposedTensor< T > const &l, DecomposedTensor< T > const &r, const T factor, Perm const &p) |
template<typename T > | |
DecomposedTensor< T > | mpqc::math::subt (DecomposedTensor< T > const &l, const T factor) |
template<typename T , typename Perm , typename = std::enable_if_t<TiledArray::detail::is_permutation_v<Perm>>> | |
DecomposedTensor< T > | mpqc::math::subt (DecomposedTensor< T > const &l, const T factor, Perm const &p) |
template<typename T > | |
DecomposedTensor< T > & | mpqc::math::subt_to (DecomposedTensor< T > &l, DecomposedTensor< T > const &r) |
template<typename T , typename F > | |
DecomposedTensor< T > & | mpqc::math::subt_to (DecomposedTensor< T > &l, DecomposedTensor< T > const &r, const F factor) |
template<typename T > | |
DecomposedTensor< T > & | mpqc::math::subt_to (DecomposedTensor< T > &l, const T factor) |