#include <policy.hpp>
template<uint16_type Dim>
struct Feel::Scalar< Dim >
Policy for Scalar
polynomials or polynomial set of dimension Dim
- Note
Scalar
can be seen as rank 0 tensor polynomials
|
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 const bool | is_scalar = true |
|
static const bool | is_tensor2 = false |
|
static const bool | is_tensor3 = false |
|
static const bool | is_vectorial = false |
|
static const uint16_type | nComponents = 1 |
|
static const uint16_type | nComponents1 = 1 |
|
static const uint16_type | nComponents2 = 1 |
|
static const uint16_type | nComponents3 = 1 |
|
static const uint16_type | nComponentsLast = 1 |
|
static const uint16_type | nDim = Dim |
|
static const uint16_type | rank = 0 |
|
The documentation for this struct was generated from the following file: