Class TempLat::SymTracelessConjugate
template <typename R>
ClassList > TempLat > SymTracelessConjugate
A class which implements conjugation of all the elements of a symmetric-traceless matrix. More...
#include <symtracelessconjugate.h>
Inherits the following classes: TempLat::SymTracelessUnaryOperator
Public Types inherited from TempLat::SymTracelessUnaryOperator
See TempLat::SymTracelessUnaryOperator
| Type | Name |
|---|---|
| typedef SymTracelessGetter | Getter |
Public Static Attributes inherited from TempLat::SymTracelessUnaryOperator
See TempLat::SymTracelessUnaryOperator
| Type | Name |
|---|---|
| constexpr size_t | size = 5 |
Public Functions
| Type | Name |
|---|---|
| SymTracelessConjugate (const R & pR) |
|
| auto | SymTracelessGet (Tag< 0 > t) const |
| auto | SymTracelessGet (Tag< 1 > t) const |
| auto | SymTracelessGet (Tag< 2 > t) const |
| auto | SymTracelessGet (Tag< 3 > t) const |
| auto | SymTracelessGet (Tag< 4 > t) const |
| auto | SymTracelessGet (Tag< 1 > t1, Tag< 1 > t2) const |
| auto | SymTracelessGet (Tag< 1 > t1, Tag< 2 > t2) const |
| auto | SymTracelessGet (Tag< 1 > t1, Tag< 3 > t2) const |
| auto | SymTracelessGet (Tag< 2 > t1, Tag< 1 > t2) const |
| auto | SymTracelessGet (Tag< 2 > t1, Tag< 2 > t2) const |
| auto | SymTracelessGet (Tag< 2 > t1, Tag< 3 > t2) const |
| auto | SymTracelessGet (Tag< 3 > t1, Tag< 1 > t2) const |
| auto | SymTracelessGet (Tag< 3 > t1, Tag< 2 > t2) const |
| auto | SymTracelessGet (Tag< 3 > t1, Tag< 3 > t2) const |
| DEVICE_INLINE_FUNCTION auto | eval (const IDX &... idx) const |
| auto | operator() (Tag< N > t1, Tag< M > t2) const |
| virtual std::string | operatorString () override const Override this method in your derived class, to have an easy implementation of your toString method. |
Public Functions inherited from TempLat::SymTracelessUnaryOperator
See TempLat::SymTracelessUnaryOperator
| Type | Name |
|---|---|
| SymTracelessUnaryOperator (const R & pR) |
|
| auto | getDx () const |
| auto | getKIR () const |
| virtual std::string | operatorString () const Override this method in your derived class, to have an easy implementation of your toString method. |
| void | postGet () |
| void | preGet () |
| std::string | toString () const If your descending class implements operatorString() and your operator is of the type "OP b" (where OP is * or whatever), this toString method does all the work for you, only adding parentheses if b contains spaces. |
Public Static Functions inherited from TempLat::SymTracelessUnaryOperator
See TempLat::SymTracelessUnaryOperator
| Type | Name |
|---|---|
| consteval size_t | getNDim () |
Protected Attributes inherited from TempLat::SymTracelessUnaryOperator
See TempLat::SymTracelessUnaryOperator
| Type | Name |
|---|---|
| R | mR |
Detailed Description
Unit test: ctest -R test-symtracelessconjugate
Public Functions Documentation
function SymTracelessConjugate
function SymTracelessGet [1/14]
function SymTracelessGet [2/14]
function SymTracelessGet [3/14]
function SymTracelessGet [4/14]
function SymTracelessGet [5/14]
function SymTracelessGet [6/14]
function SymTracelessGet [7/14]
function SymTracelessGet [8/14]
function SymTracelessGet [9/14]
function SymTracelessGet [10/14]
function SymTracelessGet [11/14]
function SymTracelessGet [12/14]
function SymTracelessGet [13/14]
function SymTracelessGet [14/14]
function eval
template<typename... IDX>
inline DEVICE_INLINE_FUNCTION auto TempLat::SymTracelessConjugate::eval (
const IDX &... idx
) const
function operator()
template<int N, int M>
inline auto TempLat::SymTracelessConjugate::operator() (
Tag < N > t1,
Tag < M > t2
) const
function operatorString
Override this method in your derived class, to have an easy implementation of your toString method.
Implements TempLat::SymTracelessUnaryOperator::operatorString
The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/lattice/algebra/matrix3x3algebra/symtracelessconjugate.h