tensor: permutation of indices inside a symmetry group
This commit is contained in:
3
vec.h
3
vec.h
@@ -303,6 +303,9 @@ public:
|
||||
NRVec& conjugateme();
|
||||
inline NRVec conjugate() const {NRVec r(*this); r.conjugateme(); return r;};
|
||||
|
||||
NRVec& negateconjugateme();
|
||||
NRVec& negateme();
|
||||
|
||||
//! determine the actual value of the reference counter
|
||||
inline int getcount() const {return count?*count:0;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user