|
ug4
|
#include <math_tensor.h>
Inheritance diagram for ug::MathTensor2< N1, N2, T >:Additional Inherited Members | |
Public Types inherited from ug::MathTensorX< TEntry, N > | |
| typedef size_t | size_type |
| typedef TEntry | value_type |
Public Member Functions inherited from ug::MathTensorX< TEntry, N > | |
| 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 Public Attributes inherited from ug::MathTensorX< TEntry, N > | |
| static const size_t | Dimension = N |
| static const size_t | Rank = TEntry::Rank+1 |
Protected Member Functions inherited from ug::MathTensorX< TEntry, N > | |
| void | assign (const MathTensorX< TEntry, N > &v) |
Protected Attributes inherited from ug::MathTensorX< TEntry, N > | |
| TEntry | m_data [N] |