FreePOOMA
2.4.1
|
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>
Public Types | |
enum | { value = 1 } |
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.