ug4
|
#include <math_tensor.h>
Additional Inherited Members | |
![]() | |
typedef size_t | size_type |
typedef MathTensor< TRank-1, N, T > | value_type |
![]() | |
MathTensor () | |
MathTensor (const MathTensor &v) | |
MathTensor & | operator= (const MathTensor &v) |
MathTensor & | operator= (T val) |
sets all values of the tensor to a value | |
value_type & | operator[] (size_t i) |
const value_type & | operator[] (size_t i) const |
size_t | rank () const |
void | set (T val) |
size_t | size () const |
![]() | |
static const size_t | Dimension = N |
static const size_t | Rank = TRank |
![]() | |
void | assign (const MathTensor< TRank, N, T > &v) |
![]() | |
value_type | m_data [N] |