Class TempLat::ComplexFieldBinaryOperator
template <typename R, typename T>
ClassList > TempLat > ComplexFieldBinaryOperator
A class which gtoups common features of binary field operators. More...
#include <complexfieldbinaryoperator.h>
Inherited by the following classes: TempLat::ComplexFieldAddition, TempLat::ComplexFieldMultiplication, TempLat::ComplexFieldSubtraction, TempLat::SU2DoubletDotter, TempLat::ScalarComplexFieldMultiply
Public Types
| Type | Name |
|---|---|
| typedef ComplexFieldGetter | Getter |
Public Static Attributes
| Type | Name |
|---|---|
| constexpr size_t | size = 2 |
Public Functions
| Type | Name |
|---|---|
| ComplexFieldBinaryOperator (const R & pR, const T & pT) |
|
| auto | getDx () const |
| auto | getKIR () const |
| auto | getToolBox () const |
| virtual std::string | operatorString () const = 0 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 "a OP b" (where OP is * or whatever), this toString method does all the work for you. |
Public Static Functions
| Type | Name |
|---|---|
| consteval size_t | getNDim () |
Protected Attributes
| Type | Name |
|---|---|
| R | mR |
| T | mT |
Detailed Description
Unit test: ctest -R test-complexfieldbinaryoperator
Public Types Documentation
typedef Getter
Public Static Attributes Documentation
variable size
Public Functions Documentation
function ComplexFieldBinaryOperator
inline TempLat::ComplexFieldBinaryOperator::ComplexFieldBinaryOperator (
const R & pR,
const T & pT
)
function getDx
function getKIR
function getToolBox
function operatorString
Override this method in your derived class, to have an easy implementation of your toString method.
function postGet
function preGet
function toString
If your descending class implements operatorString() and your operator is of the type "a OP b" (where OP is * or whatever), this toString method does all the work for you.
Public Static Functions Documentation
function getNDim
Protected Attributes Documentation
variable mR
variable mT
The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/lattice/algebra/complexalgebra/complexfieldbinaryoperator.h