GADGET-4
|
#include <symtensors.h>
Public Types | |
typedef compl_return< T >::type | float_or_double |
Public Member Functions | |
symtensor3 () | |
symtensor3 (const T x) | |
symtensor3 (const float *x) | |
symtensor3 (const double *x) | |
operator symtensor3< float_or_double > () const | |
symtensor3 (const vector< T > &v, const symtensor2< T > &D) | |
symtensor3 & | operator+= (const symtensor3 &right) |
symtensor3 & | operator-= (const symtensor3 &right) |
symtensor3 & | operator*= (const T fac) |
T & | operator[] (const size_t index) |
double | norm (void) |
Public Attributes | |
T | da [10] |
Definition at line 299 of file symtensors.h.
typedef compl_return<T>::type float_or_double |
Definition at line 349 of file symtensors.h.
|
inline |
Definition at line 304 of file symtensors.h.
|
inline |
Definition at line 306 of file symtensors.h.
|
inline |
Definition at line 320 of file symtensors.h.
|
inline |
Definition at line 334 of file symtensors.h.
|
inline |
Definition at line 353 of file symtensors.h.
|
inline |
Definition at line 417 of file symtensors.h.
|
inline |
Definition at line 350 of file symtensors.h.
|
inline |
Definition at line 399 of file symtensors.h.
|
inline |
Definition at line 367 of file symtensors.h.
|
inline |
Definition at line 383 of file symtensors.h.
|
inline |
Definition at line 415 of file symtensors.h.
T da[10] |
Definition at line 302 of file symtensors.h.