Home
last modified time | relevance | path

Searched refs:AntiSymTensor (Results 1 – 5 of 5) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/Containers/OhmmsPETE/
H A DAntiSymTensor.h57 class AntiSymTensor
90 AntiSymTensor(const AntiSymTensor<T, D>& rhs) in AntiSymTensor() function
128 AntiSymTensor<T, D>& operator+=(const AntiSymTensor<T1, D>& rhs)
135 AntiSymTensor<T, D>& operator-=(const AntiSymTensor<T1, D>& rhs)
142 AntiSymTensor<T, D>& operator*=(const AntiSymTensor<T1, D>& rhs)
313 AntiSymTensor(const AntiSymTensor<T, 1>&) {} in AntiSymTensor() function
328 AntiSymTensor<T, 1>& operator+=(const AntiSymTensor<T1, 1>&)
334 AntiSymTensor<T, 1>& operator-=(const AntiSymTensor<T1, 1>&)
340 AntiSymTensor<T, 1>& operator*=(const AntiSymTensor<T1, 1>&)
347 AntiSymTensor<T, 1>& operator/=(const AntiSymTensor<T1, 1>&)
[all …]
H A DTensorOps.h242 struct OTAssign<AntiSymTensor<T1, D>, AntiSymTensor<T2, D>, OP>
268 struct OTAssign<AntiSymTensor<T1, 1>, AntiSymTensor<T2, 1>, OP>
286 struct OTAssign<AntiSymTensor<T1, 2>, AntiSymTensor<T2, 2>, OP>
304 struct OTAssign<AntiSymTensor<T1, 3>, AntiSymTensor<T2, 3>, OP>
685 struct OTBinary<AntiSymTensor<T1, D>, AntiSymTensor<T2, D>, OP>
688 …inline static AntiSymTensor<Type_t, D> apply(const AntiSymTensor<T1, D>& lhs, const AntiSymTensor<…
730 struct OTBinary<AntiSymTensor<T1, 1>, AntiSymTensor<T2, 1>, OP>
733 …inline static AntiSymTensor<Type_t, 1> apply(const AntiSymTensor<T1, 1>& lhs, const AntiSymTensor<…
766 struct OTBinary<AntiSymTensor<T1, 2>, AntiSymTensor<T2, 2>, OP>
769 …inline static AntiSymTensor<Type_t, 2> apply(const AntiSymTensor<T1, 2>& lhs, const AntiSymTensor<…
[all …]
H A DTinyVectorTensorOps.h428 struct OTDot<TinyVector<T1, D>, AntiSymTensor<T2, D>>
431 …inline static TinyVector<Type_t, D> apply(const TinyVector<T2, D>& lhs, const AntiSymTensor<T1, D>…
448 struct OTDot<TinyVector<T1, 2>, AntiSymTensor<T2, 2>>
451 …inline static TinyVector<Type_t, 2> apply(const TinyVector<T1, 2>& lhs, const AntiSymTensor<T2, 2>…
458 struct OTDot<TinyVector<T1, 3>, AntiSymTensor<T2, 3>>
461 …inline static TinyVector<Type_t, 3> apply(const TinyVector<T1, 3>& lhs, const AntiSymTensor<T2, 3>…
476 struct OTDot<AntiSymTensor<T1, D>, TinyVector<T2, D>>
479 …inline static TinyVector<Type_t, D> apply(const AntiSymTensor<T1, D>& lhs, const TinyVector<T2, D>…
497 struct OTDot<AntiSymTensor<T1, 1>, TinyVector<T2, 1>>
507 struct OTDot<AntiSymTensor<T1, 2>, TinyVector<T2, 2>>
[all …]
H A DTensor.h46 class AntiSymTensor; variable
130 Tensor(const AntiSymTensor<T, D>&);
556 Tensor<T, D>::Tensor(const AntiSymTensor<T, D>& rhs) in Tensor()
H A DOhmmsTinyMeta.h36 class AntiSymTensor; variable