GADGET-4
|
#include <symtensors.h>
Public Types | |
typedef compl_return< T >::type | float_or_double |
Public Member Functions | |
symtensor4 () | |
symtensor4 (const T x) | |
symtensor4 (const float *x) | |
symtensor4 (const double *x) | |
operator symtensor4< float_or_double > () const | |
symtensor4 (const vector< T > &v, const symtensor3< T > &D) | |
symtensor4 & | operator+= (const symtensor4 &right) |
symtensor4 & | operator-= (const symtensor4 &right) |
symtensor4 & | operator*= (const T fac) |
T & | operator[] (const size_t index) |
double | norm (void) |
Public Attributes | |
T | da [15] |
Definition at line 429 of file symtensors.h.
typedef compl_return<T>::type float_or_double |
Definition at line 455 of file symtensors.h.
|
inline |
Definition at line 434 of file symtensors.h.
|
inline |
Definition at line 436 of file symtensors.h.
|
inline |
Definition at line 442 of file symtensors.h.
|
inline |
Definition at line 448 of file symtensors.h.
|
inline |
Definition at line 459 of file symtensors.h.
|
inline |
Definition at line 504 of file symtensors.h.
|
inline |
Definition at line 456 of file symtensors.h.
|
inline |
Definition at line 494 of file symtensors.h.
|
inline |
Definition at line 478 of file symtensors.h.
|
inline |
Definition at line 486 of file symtensors.h.
|
inline |
Definition at line 502 of file symtensors.h.
T da[15] |
Definition at line 432 of file symtensors.h.