ug4
|
#include <math_tensor.h>
Additional Inherited Members | |
![]() | |
typedef size_t | size_type |
typedef TEntry | value_type |
![]() | |
MathTensorX () | |
MathTensorX (const MathTensorX &v) | |
MathTensorX & | operator= (const MathTensorX &v) |
value_type & | operator[] (size_t i) |
const value_type & | operator[] (size_t i) const |
size_t | rank () const |
size_t | size () const |
![]() | |
static const size_t | Dimension = N |
static const size_t | Rank = TEntry::Rank+1 |
![]() | |
void | assign (const MathTensorX< TEntry, N > &v) |
![]() | |
TEntry | m_data [N] |