Class TempLat::HermSymTracelessMultiplication
template <class R, class T>
ClassList > TempLat > HermSymTracelessMultiplication
A class which multiplies two symmetric-traceless fields. More...
#include <hermsymtracelessmultiply.h>
Inherits the following classes: TempLat::MatrixBinaryOperator
Public Types inherited from TempLat::MatrixBinaryOperator
See TempLat::MatrixBinaryOperator
| Type | Name |
|---|---|
| typedef MatrixGetter | Getter |
Public Static Attributes inherited from TempLat::MatrixBinaryOperator
See TempLat::MatrixBinaryOperator
| Type | Name |
|---|---|
| constexpr size_t | size = 9 |
Public Functions
| Type | Name |
|---|---|
| HermSymTracelessMultiplication (const R & pR, const T & pT) |
|
| auto | MatrixGet (Tag< 1 > t1, Tag< 1 > t2) const |
| auto | MatrixGet (Tag< 1 > t1, Tag< 2 > t2) const |
| auto | MatrixGet (Tag< 1 > t1, Tag< 3 > t2) const |
| auto | MatrixGet (Tag< 2 > t1, Tag< 1 > t2) const |
| auto | MatrixGet (Tag< 2 > t1, Tag< 2 > t2) const |
| auto | MatrixGet (Tag< 2 > t1, Tag< 3 > t2) const |
| auto | MatrixGet (Tag< 3 > t1, Tag< 1 > t2) const |
| auto | MatrixGet (Tag< 3 > t1, Tag< 2 > t2) const |
| auto | MatrixGet (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::MatrixBinaryOperator
See TempLat::MatrixBinaryOperator
| Type | Name |
|---|---|
| MatrixBinaryOperator (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 inherited from TempLat::MatrixBinaryOperator
See TempLat::MatrixBinaryOperator
| Type | Name |
|---|---|
| consteval size_t | getNDim () |
Protected Attributes inherited from TempLat::MatrixBinaryOperator
See TempLat::MatrixBinaryOperator
| Type | Name |
|---|---|
| R | mR |
| T | mT |
Detailed Description
Unit test: ctest -R test-symmetrictracelessfieldmultiply
Public Functions Documentation
function HermSymTracelessMultiplication
inline TempLat::HermSymTracelessMultiplication::HermSymTracelessMultiplication (
const R & pR,
const T & pT
)
function MatrixGet [1/9]
function MatrixGet [2/9]
function MatrixGet [3/9]
function MatrixGet [4/9]
function MatrixGet [5/9]
function MatrixGet [6/9]
function MatrixGet [7/9]
function MatrixGet [8/9]
function MatrixGet [9/9]
function eval
template<typename... IDX>
inline DEVICE_INLINE_FUNCTION auto TempLat::HermSymTracelessMultiplication::eval (
const IDX &... idx
) const
function operator()
template<int N, int M>
inline auto TempLat::HermSymTracelessMultiplication::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.
inline virtual std::string TempLat::HermSymTracelessMultiplication::operatorString () override const
Implements TempLat::MatrixBinaryOperator::operatorString
The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/lattice/algebra/matrix3x3algebra/hermsymtracelessmultiply.h