decomposed_tensor_binary.h File Reference
Include dependency graph for decomposed_tensor_binary.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 , typename Op >
DecomposedTensor< T > mpqc::math::binary (DecomposedTensor< T > const &l, DecomposedTensor< T > const &r, Op &&op)
 
template<typename T , typename Op , typename Perm , typename = std::enable_if_t<TiledArray::detail::is_permutation_v<Perm>>>
DecomposedTensor< T > mpqc::math::binary (DecomposedTensor< T > const &l, DecomposedTensor< T > const &r, Op &&op, Perm const &p)
 
template<typename T , typename Op >
DecomposedTensor< T > & mpqc::math::inplace_binary (DecomposedTensor< T > &l, DecomposedTensor< T > const &r, Op &&op)