27#include "neml2/tensors/PrimitiveTensor.h"
PrimitiveTensor inherits from TensorBase and additionally templates on the base shape.
Definition PrimitiveTensor.h:51
PrimitiveTensor()=default
Fourth order tensor without symmetry.
Definition R4.h:43
The symmetric fourth order tensor, with skew symmetry in the first two dimensions and last two dimens...
Definition WWR4.h:40
static WWR4 identity(const TensorOptions &options=default_tensor_options())
Create the identity tensor .
Definition WWR4.cxx:39
WWR4(const R4 &F)
Definition WWR4.cxx:32
Definition DiagnosticsInterface.cxx:30
TensorOptions default_tensor_options()
Default floating point tensor options.
Definition defaults.cxx:42
c10::TensorOptions TensorOptions
Definition types.h:60