GADGET-4
|
#include <symtensors.h>
Public Types | |
typedef compl_return< T >::type | float_or_double |
Public Member Functions | |
symtensor2 () | |
symtensor2 (const T x) | |
symtensor2 (const float *x) | |
symtensor2 (const double *x) | |
operator symtensor2< float_or_double > () const | |
symtensor2 (const vector< T > &v, const vector< T > &w) | |
symtensor2 & | operator+= (const symtensor2 &right) |
symtensor2 & | operator-= (const symtensor2 &right) |
symtensor2 & | operator*= (const T fac) |
T & | operator[] (const size_t index) |
T | trace (void) |
double | norm (void) |
Public Attributes | |
T | da [6] |
Definition at line 196 of file symtensors.h.
typedef compl_return<T>::type float_or_double |
Definition at line 234 of file symtensors.h.
|
inline |
Definition at line 201 of file symtensors.h.
|
inline |
Definition at line 203 of file symtensors.h.
|
inline |
Definition at line 213 of file symtensors.h.
|
inline |
Definition at line 223 of file symtensors.h.
|
inline |
Definition at line 237 of file symtensors.h.
|
inline |
Definition at line 287 of file symtensors.h.
|
inline |
Definition at line 235 of file symtensors.h.
|
inline |
Definition at line 271 of file symtensors.h.
|
inline |
Definition at line 247 of file symtensors.h.
|
inline |
Definition at line 259 of file symtensors.h.
|
inline |
Definition at line 283 of file symtensors.h.
|
inline |
Definition at line 285 of file symtensors.h.
T da[6] |
Definition at line 199 of file symtensors.h.