Static Public Member Functions |
|
template<typename T > |
| static ublas::matrix< T > const & | toMatrix (ublas::matrix< T > const &__c) |
|
template<typename T > |
| static ublas::matrix< T > const & | toType (ublas::matrix< T > const &__c) |
Static Public Attributes |
|
static const uint16_type | rank = ( M > 1 ) |
|
static const uint16_type | nDim = N |
|
static const uint16_type | nVariables = N |
|
static const bool | is_scalar = ( M==1 ) |
|
static const bool | is_vectorial = ( N==M ) |
|
static const bool | is_tensor2 = false |
|
static const bool | is_tensor3 = false |
|
static const uint16_type | nComponents = M |
|
static const uint16_type | nComponents1 = M |
|
static const uint16_type | nComponents2 = 1 |
|
static const uint16_type | nComponents3 = 1 |
|
static const uint16_type | nComponentsLast = 1 |