27#include "neml2/tensors/R2Base.h"
56 explicit R2(
const Rot & r);
Base class for second order tensor.
Definition R2Base.h:50
static R4 identity_map(const TensorOptions &options=default_tensor_options())
The derivative of a R2 with respect to itself.
Definition R2.cxx:54
R2(const SR2 &S)
Form a full R2 from a symmetric tensor.
Definition R2.cxx:38
Fourth order tensor without symmetry.
Definition R4.h:44
Rotation stored as modified Rodrigues parameters.
Definition Rot.h:49
The symmetric second order tensor.
Definition SR2.h:46
A skew-symmetric second order tensor, represented as an axial vector.
Definition WR2.h:43
Definition DiagnosticsInterface.cxx:30
TensorOptions default_tensor_options()
Default floating point tensor options.
Definition defaults.cxx:44
c10::TensorOptions TensorOptions
Definition types.h:63