Writable< D, E, I, J > Class Template Reference
Returns true or false (compile-time value, really an enum = 0 or 1) for whether element (I,J) of a
Tensor type is writable.
More...
#include <TensorElements.h>
List of all members.
|
Public Types |
enum | { value = 1
} |
Detailed Description
template<int D, class E, int I, int J>
class Writable< D, E, I, J >
Returns true or false (compile-time value, really an enum = 0 or 1) for whether element (I,J) of a
Tensor type is writable.
In general, for example for Tensors using Full for their EngineTag parameter, this is always true. For a Diagonal Tensor, for example, it's false except when I=J.
Member Enumeration Documentation
template<int D, class E , int I, int J>
The documentation for this class was generated from the following file: